https://github.com/bitpay/chainlib
A blockchain library for Node.js
https://github.com/bitpay/chainlib
Last synced: about 1 year ago
JSON representation
A blockchain library for Node.js
- Host: GitHub
- URL: https://github.com/bitpay/chainlib
- Owner: bitpay
- License: mit
- Created: 2015-06-02T15:59:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T14:39:53.000Z (almost 11 years ago)
- Last Synced: 2025-04-06T08:03:03.217Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.85 MB
- Stars: 7
- Watchers: 13
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ChainLib
=======
[](https://travis-ci.org/bitpay/chainlib)
[](https://coveralls.io/r/bitpay/chainlib)
A library for building chain based databases.
## Getting Started
### Install
```bash
git clone git@github.com:bitpay/chainlib.git
cd chainlib
npm install
```
### Tests and Coverage
To run all of the tests:
```bash
npm run test
npm run coverage
```
To run a single test file in watch mode (useful for developing):
```bash
mocha -w -R spec test/db.unit.js
```