Skip to content

bitpay/chainlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChainLib

Build Status Coverage Status

A library for building chain based databases.

Getting Started

Install

git clone git@github.com:bitpay/chainlib.git
cd chainlib
npm install

Tests and Coverage

To run all of the tests:

npm run test
npm run coverage

To run a single test file in watch mode (useful for developing):

mocha -w -R spec test/db.unit.js

About

A blockchain library for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published