https://github.com/aptos-labs/aptos-wallet-adapter
A monorepo modular wallet adapter for Aptos applications
https://github.com/aptos-labs/aptos-wallet-adapter
aptos blockchain nextjs react typescript wallet web3 web3-wallet
Last synced: 4 days ago
JSON representation
A monorepo modular wallet adapter for Aptos applications
- Host: GitHub
- URL: https://github.com/aptos-labs/aptos-wallet-adapter
- Owner: aptos-labs
- License: apache-2.0
- Created: 2022-11-21T21:07:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:42:31.000Z (10 days ago)
- Last Synced: 2025-05-08T17:44:44.157Z (10 days ago)
- Topics: aptos, blockchain, nextjs, react, typescript, wallet, web3, web3-wallet
- Language: TypeScript
- Homepage: https://aptos-labs.github.io/aptos-wallet-adapter/
- Size: 36.9 MB
- Stars: 105
- Watchers: 37
- Forks: 122
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
> **_NOTE:_** This README is for Wallet Adapter `v3` and up. For Wallet Adapter `v2` refer to [this guide](./READMEV2.md)
# Aptos Wallet Adapter
A monorepo modular wallet adapter developed and maintained by Aptos for wallet and dapp builders.
#### Getting Started
- [Wallet Adapter Docs](https://aptos.dev/en/build/sdks/wallet-adapter)
- [Example app](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/apps/nextjs-example)
- [For Aptos Dapps](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-react)
- [For Aptos Wallets](https://aptos.dev/en/build/sdks/wallet-adapter/browser-extension-wallets)
- [Core package](https://github.com/aptos-labs/aptos-wallet-adapter/tree/main/packages/wallet-adapter-core)
- [Wallet connect UI package](./packages/wallet-adapter-react/READMEV2.md#use-a-ui-package-recommended)#### [AIP-62](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-62.md) Supported wallet
> **_NOTE:_** These are in alphabetical order, any new wallets must be in alphabetical order
- [AptosConnect](https://aptosconnect.app/)
- [Mizu](https://www.mizu.io/)
- [MSafe](https://www.npmjs.com/package/@msafe/aptos-wallet-adapter)
- [Nightly](https://chromewebstore.google.com/detail/nightly/fiikommddbeccaoicoejoniammnalkfa)
- [OKX](https://www.npmjs.com/package/@okwallet/aptos-wallet-adapter)
- [Petra](https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci?hl=en)
- [Pontem](https://www.npmjs.com/package/@pontem/wallet-adapter-plugin)
- [RimoSafe](https://chromewebstore.google.com/detail/rimo-safe-wallet/kiicddjcakdmobjkcpppkgcjbpakcagp)
- T wallet#### 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 (`https://localhost:3000`) with the `nextjs` demoappLooking how you can contribute? Take a look at our [contribution guide](./CONTRIBUTING.md)
#### Terms of Use and Privacy Policy
By accessing or using the wallet adapter, you agree to be bound to the Aptos Labs [Terms of Use](https://aptoslabs.com/terms) and [Privacy Policy](https://aptoslabs.com/privacy).