Skip to content

torusresearch/solana-wallet

Repository files navigation

Solana Wallet (by Web3Auth)

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.

🌐 Live Demo

Checkout the Solana Wallet to see how Solana Wallet looks in production.

💬 Troubleshooting and Discussions

  • 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.

Recommended IDE Setup

  • VSCode

  • Install recommended extensions when first open the project in VSCode.

NPM Scripts

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)

Use local Controller Workaround

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