Solana Torus Wallet for end-user.
Web3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application.
Checkout the Solana Wallet to see how Solana Wallet
looks in production.
- Have a look at our GitHub Discussions to see if anyone has any questions or issues you might be having.
- Checkout our Troubleshooting Documentation Page to know the common issues and solutions
- Join our Discord to join our community and get private integration support or help with your integration.
-
Install recommended extensions when first open the project in VSCode.
Script | Description |
---|---|
npm install |
Install dependencies in your project directory |
npm run serve |
Start dev server locally |
npm run build |
Build for production |
npm run lint |
Check for code issues (automatically run on pre-commit) |
Change the @toruslabs/solana-controllers
dependency in the packages.json
to local path to solana controller
Change the @toruslabs/base-controllers
resolution in the packages.json
to local path to base controller
npm install
npm run serve