https://github.com/web3auth/mpc-core-kit-demo
https://github.com/web3auth/mpc-core-kit-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3auth/mpc-core-kit-demo
- Owner: Web3Auth
- Created: 2023-07-20T13:00:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T11:26:09.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:07:36.625Z (about 2 years ago)
- Language: TypeScript
- Size: 2.46 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MPC Core Kit Demo with SMS OTP, Authenticator App and more
[](https://web3auth.io/docs/sdk/tkey)
[](https://community.web3auth.io)
[Join our Community Portal](https://community.web3auth.io/) to get support and stay up to date with the latest news and updates.
## How to Use
### Install Dependencies
```
npm install
```
### Run Frontend with Example Cloud Setup
Rename .env.example.cloud to .env
```
npm run start
```
### Run Frontend with Local Docker Setup
This setup and repo is private, [reach out to us](https://calendly.com/web3auth/meeting-with-web3auth) for access to the repo.
Follow instructions on the backend repo before proceeding.
Rename .env.example.local to .env
```
npm run start
```
## Important Links
- [Website](https://web3auth.io)
- [Docs](https://web3auth.io/docs)
- [Guides](https://web3auth.io/docs/guides)
- [SDK / API References](https://web3auth.io/docs/sdk)
- [Pricing](https://web3auth.io/pricing.html)
- [Community Portal](https://community.web3auth.io)