Skip to content

Commit

Permalink
Update Readme file with Fewcha wallet, develop locally guide, link to…
Browse files Browse the repository at this point in the history
… contributing file (aptos-labs#39)

* ad Fewcha to supported wallets list, develop locally guide, link to contributing guide

* typo
  • Loading branch information
0xmaayan authored Jan 5, 2023
1 parent c9046dd commit 63fc978
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ A monorepo modular wallet adapter developed and maintained by Aptos for wallet a
- [Martian](https://www.npmjs.com/package/@martianwallet/aptos-wallet-adapter)
- [Rise](https://www.npmjs.com/package/@rise-wallet/wallet-adapter)
- [Spika](https://www.npmjs.com/package/@spika/aptos-plugin)
- [Fewcha](https://www.npmjs.com/package/fewcha-plugin-wallet-adapter)

#### Develop Locally

You would need `[email protected]` in order to bootstrap and test a local copy of this repo.

1. Clone the repo with `git clone https://github.com/aptos-labs/aptos-wallet-adapter.git`
2. On the root folder, run `pnpm install` and `pnpm turbo run build`
3. On the root folder, run `pnpm turbo run dev` - that would spin up a local server (`localhost:3000`) with the `nextjs` demoapp

Looking how you can contribute? Take a look at our [contribution guide](./CONTRIBUTING.md)

0 comments on commit 63fc978

Please sign in to comment.