vanishcode / aptos-wallet-adapter

A monorepo modular wallet adapter for Aptos applications

Home Page:https://aptos-labs.github.io/aptos-wallet-adapter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: Use the Wallet Adapter v2.0.0 and up with the Aptos TypeScript SDK V2

Aptos Wallet Adapter

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

Getting Started

Supported wallet packages

Note: These are in alphabetical order, any new wallets must be in alphabetical order

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

About

A monorepo modular wallet adapter for Aptos applications

https://aptos-labs.github.io/aptos-wallet-adapter/


Languages

Language:TypeScript 97.5%Language:JavaScript 1.4%Language:CSS 1.0%