Skip to content

lay2dev/solana-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from Solana Wallet (by Web3Auth)

Only make some changes:

  1. Change private key to use web3auth custom verifier.
  2. Add QRCode for receive address shown
  3. Add custom server api to proxy api.tor.us to bypass CORS errors

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.6%
  • Vue 41.2%
  • HTML 2.1%
  • CSS 2.0%
  • JavaScript 1.1%
  • Dockerfile 0.0%