Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapshot-labs/keycard.js
https://github.com/snapshot-labs/keycard.js
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snapshot-labs/keycard.js
- Owner: snapshot-labs
- Created: 2023-02-20T12:38:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T13:49:39.000Z (about 1 year ago)
- Last Synced: 2024-11-30T17:56:25.549Z (2 months ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keycard.js
## Install
To install Keycard.js on Node.js, open your terminal and run:
```bash
npm install @snapshot-labs/keycard
```## Tests and coverage
To run the unit tests, open your terminal and run:
```bash
npm run test
```To run the unit tests with coverage, open your terminal and run:
```bash
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:
```bash
npm run test:local
```