Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.08 KB

Aptos Web Wallet

Release tag

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

Setup

A. Extension

  1. yarn build
  2. In Chrome, go to chrome://extensions/
  3. Enable developer mode
  4. Hit Load Unpacked and point to new build folder in web-wallet directory

todo: Add a release build folder so you don't have to yarn build

B. Webpage

  1. yarn run

Linting

# Autofix all linting issues
npm run lint -- --fix