@chris.troutner/bch-js

v3.3.0
Bitcoin Cash JavaScript Library based on BITBOX

test

nyc mocha --timeout 30000 test/unit/

test:integration

mocha --timeout 30000 test/integration/

test:integration:testnet

mocha --timeout 30000 test/integration/testnet/

test:integration:local

RESTURL=http://localhost:3000/v3/ mocha --timeout 30000 test/integration

test:integration:testnet:local

RESTURL=http://localhost:4000/v3/ mocha --timeout 30000 test/integration/testnet

test:temp

nyc mocha --timeout 30000 test/unit/ipfs.js

test:integration:api

RESTURL=https://api.fullstack.cash/v3/ mocha --timeout 30000 test/integration

coverage

nyc report --reporter=text-lcov | coveralls

coverage:report

nyc --reporter=html mocha --timeout 25000 test/unit/

docs

apidoc -i src/ -o docs
npm i @chris.troutner/[email protected]

Metadata

  • MIT
  • Whatever
  • Chris Troutner
  • released 6/14/2020

Downloads

Maintainers