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 in a Node.js environment.
npx degit Web3Auth/web3auth-core-kit-examples/single-factor-auth-node/sfa-node-quick-start w3a-node-quick-start
Install & Run:
cd w3a-node-quick-start
npm install
npm run start
# or
cd w3a-node-quick-start
yarn
yarn start