An open API service indexing awesome lists of open source software.

https://github.com/starcoinorg/aptos-wallet-adapter


https://github.com/starcoinorg/aptos-wallet-adapter

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# aptos-wallet-adapter

This is a mono-repo consist of the wallet adapter itself, a simple web app with essential functionalities to demonstrate the implementation of the wallet adapter and an e2e auto integration testers based on puppeteer.

## Packages

### [Aptos-wallet-adapter](https://github.com/hippospace/aptos-wallet-adapter/tree/main/packages/aptos-wallet-adapter)

React `WalletProvider` supporting loads of aptos wallets.

Supports:

- [Petra wallet](https://petra.app/)
- [Martian wallet](https://martianwallet.xyz/)
- [Fewcha wallet](https://fewcha.app/)
- [Pontem Wallet](https://pontem.network/pontem-wallet)
- [Spika wallet](https://spika.app)
- [Rise wallet](https://risewallet.io/)
- [HyperPay wallet](https://www.hyperpay.io/)
- [Fletch wallet](http://fletchwallet.io/)
- [Spika web wallet](https://spika.app)
- [Aptos snap](https://chrome.google.com/webstore/detail/metamask-flask-developmen/ljfoeinjpaedjfecbmggjgodbgkmjkjk)
- [Bitkeep wallet](https://bitkeep.com/)
- [TokenPocket wallet](https://tokenpocket.pro)
- [Blocto wallet](https://portto.com/download)
- [Nightly Wallet](https://nightly.app/download)

**Please refer to the readme within aptos-wallet-adapter pacakages**

### [Wallet-tester](https://github.com/hippospace/aptos-wallet-adapter/tree/main/packages/wallet-tester)

Simple create react app application demonstrates the essesntial functions of the adapters.

### [Wallet-nextjs](https://github.com/hippospace/aptos-wallet-adapter/tree/main/packages/wallet-nextjs)

Next JS implementation of the **wallet-tester** with the exact same functionalities demonstrated.

### [Auto-tester](https://github.com/hippospace/aptos-wallet-adapter/tree/main/packages/auto-tester)

Automatically testing suites based on puppeteer to run E2E integration tests against the **wallet-tester** or **wallet-nextjs**