Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 407 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 407 Bytes

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