An open API service indexing awesome lists of open source software.

https://github.com/web3auth/mpc-core-kit-demo


https://github.com/web3auth/mpc-core-kit-demo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# MPC Core Kit Demo with SMS OTP, Authenticator App and more

[![Web3Auth](https://img.shields.io/badge/Web3Auth-SDK-blue)](https://web3auth.io/docs/sdk/tkey)
[![Web3Auth](https://img.shields.io/badge/Web3Auth-Community-cyan)](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)