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 Single Factor Authentication in a React environment.
npx degit Web3Auth/web3auth-core-kit-examples/single-factor-auth/sfa-react-example w3a-sfa-react-exampleInstall & Run:
cd w3a-sfa-react-example
npm install
npm run start
# or
cd w3a-sfa-react-example
yarn
yarn start