Aptos Wallet but better.
An extra version that unofficially developed by CxLabs aiming to provide a more convenient entrace of the Aptos network for all the users of Aptos-based-blockchains
- Friendly UI
- Import / Transfer Token
- Transactions History
- Secure local accounts storage
- Intuitive Tokens management
A. Extension
yarn build
- In Chrome, go to chrome://extensions/
- Enable developer mode
- Hit
Load Unpacked
and point to newbuild
folder inweb-wallet
directory
todo: Add a release build folder so you don't have to yarn build
B. Webpage
yarn run
# Autofix all linting issues
npm run lint -- --fix