Skip to content

Latest commit

 

History

History

sfa-node-quick-start

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Web3Auth SFA Node (@web3auth/node-sdk) QuickStart

Web3Auth Web3Auth

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.

How to Use

Download Manually

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

Important Links