diff --git a/mpc-core-kit-web/quick-starts/mpc-core-kit-react-remote-sign/README.md b/mpc-core-kit-web/quick-starts/mpc-core-kit-react-remote-sign/README.md new file mode 100644 index 00000000..6db2391f --- /dev/null +++ b/mpc-core-kit-web/quick-starts/mpc-core-kit-react-remote-sign/README.md @@ -0,0 +1,37 @@ +# Web3Auth MPC CoreKit Web [`@web3auth/mpc-core-kit`](https://web3auth.io/docs/sdk/core-kit/mpc-core-kit) QuickStart - React + +[![Web3Auth](https://img.shields.io/badge/Web3Auth-SDK-blue)](https://web3auth.io/docs/sdk/core-kit/mpc-core-kit) +[![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. + +This example demonstrates how to use Web3Auth's MPC CoreKit Web SDK in a React environment. + +## How to Use + +### Download Manually + +```bash +npx degit Web3Auth/web3auth-core-kit-examples/mpc-core-kit-web/quick-starts/mpc-core-kit-react-quick-start w3a-mpc-core-kit-react-quick-start +``` + +Install & Run: + +```bash +cd w3a-mpc-core-kit-react-quick-start +npm install +npm run start +# or +cd w3a-mpc-core-kit-react-quick-start +yarn +yarn 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) diff --git a/mpc-core-kit-web/quick-starts/mpc-core-kit-react-remote-sign/index.html b/mpc-core-kit-web/quick-starts/mpc-core-kit-react-remote-sign/index.html new file mode 100644 index 00000000..045a2bc8 --- /dev/null +++ b/mpc-core-kit-web/quick-starts/mpc-core-kit-react-remote-sign/index.html @@ -0,0 +1,51 @@ + + +
+ + + + + + + + + +