/spidchain-btcr

An implementation of the btcr standard for self sovereign distributed digital identity

Primary LanguageJavaScriptMIT LicenseMIT

Implementation of btcr

Check demo.

Run locally:

$ cp .deploy/dev/settings-template.json  .deploy/dev/settings.json
$ npm install
$ meteor run --settings .deploy/dev/settings.json

Test:

$ bitcoind -regtest -rpcuser=foo -rpcpassword=bar -server -daemon
$ npm run test

If you need to run tests in headless mode:

$ npm run test-chrome