Node.js examples demonstrating Web3Auth integration with different blockchain networks.
- EVM Quick Start - Ethereum/EVM blockchains
- Solana Quick Start - Solana blockchain
- Firebase Quick Start - Firebase authentication
- Clone and navigate to an example:
git clone <repository-url>
cd web3auth-node-examples/evm-quick-start
- Install dependencies:
npm install
- Run the application:
npm run dev
Get your Web3Auth Client ID from the Web3Auth Dashboard.
MIT License - see LICENSE for details.