Skip to content

Commit

Permalink
feat: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Sep 14, 2022
1 parent 62a6d17 commit 6ab7cc5
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Solana Wallet
# Solana Wallet (by Web3Auth)

Solana Wallet end-user web application.
Solana Torus Wallet for end-user.

> [Web3Auth](https://web3auth.io) 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](https://solana.tor.us/) to see how `Solana Wallet` looks in production.

## 💬 Troubleshooting and Discussions

- Have a look at our [GitHub Discussions](https://github.com/Web3Auth/Web3Auth/discussions?discussions_q=sort%3Atop) to see if anyone has any questions or issues you might be having.
- Checkout our [Troubleshooting Documentation Page](https://web3auth.io/docs/troubleshooting) to know the common issues and solutions
- Join our [Discord](https://discord.gg/web3auth) to join our community and get private integration support or help with your integration.

## Recommended IDE Setup

Expand All @@ -18,8 +30,10 @@ Solana Wallet end-user web application.
| `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
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

```bash
npm install
npm run serve
```

0 comments on commit 6ab7cc5

Please sign in to comment.