Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.79 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.79 KB

Aptos Wallet Adapter

A monorepo modular wallet adapter developed and maintained by Aptos for wallet and dapp builders that includes:

Supported wallet packages

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