Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

executable file
·
12 lines (7 loc) · 260 Bytes

bitmask.js

JS/TS wrapper of bitmask-core: the core functionality for the BitMask wallet.

Get Started

  1. Run npm install in your terminal
  2. Then run npm run build

Testing

  1. Run npm test in your terminal from the root folder of the project