From 63fc97817a67f411788fccadbf32d48b3857bdb0 Mon Sep 17 00:00:00 2001 From: Maayan Date: Thu, 5 Jan 2023 03:19:51 -0800 Subject: [PATCH] Update Readme file with Fewcha wallet, develop locally guide, link to contributing file (#39) * ad Fewcha to supported wallets list, develop locally guide, link to contributing guide * typo --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f384704e..360fea5a 100644 --- a/README.md +++ b/README.md @@ -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 `pnpm@7.14.2` 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)