Web3Auth MPC CoreKit Web @web3auth/mpc-core-kit
React Aggregate Verifier Example
Join our Community Portal 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.
npx degit Web3Auth/web3auth-core-kit-examples/mpc-core-kit-web/mpc-core-kit-aggregate-verifier-example w3a-mpc-core-kit-aggregate-verifier-example
Install & Run:
cd w3a-mpc-core-kit-aggregate-verifier-example
npm install
npm run start
# or
cd w3a-mpc-core-kit-aggregate-verifier-example
yarn
yarn start