@snapshot-labs/keycard
v0.5.1
Published
## Install
Downloads
1,195
Readme
Keycard.js
Install
To install Keycard.js on Node.js, open your terminal and run:
npm install @snapshot-labs/keycard
Tests and coverage
To run the unit tests, open your terminal and run:
npm run test
To run the unit tests with coverage, open your terminal and run:
npm run coverage
Test with local keycard API
To run the tests with a local keycard API, feel free to update src/keycard.ts file and open your terminal and run:
npm run test:local