@chris.troutner/bch-js

v3.4.1
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:integration:free

bash test/integration/test-free-tier.sh

test:integration:free:testnet

bash test/integration/testnet/test-free-tier.sh

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/bch-js

Metadata

  • MIT
  • Whatever
  • Chris Troutner
  • released 8/5/2020

Downloads

Maintainers