Skip to content

Latest commit

 

History

History
 
 

web-wallet

Aptos Web Wallet

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