bitcoin-exchange-client

v0.6.0
Bitcoin Exchange base classes, use with e.g. coinify-exchange-client
Blockchain

Bitcoin Exchange Javascript Client Build Status Coverage Status

This is used by My-Wallet-V3.

Development

If you need to test changes to this module inside bitcoin-coinify-client:

cd ..
rm -rf bitcoin-coinify-client/node_modules/bitcoin-exchange-client
ln -s ../../bitcoin-exchange-client bitcoin-coinify-client/node_modules/bitcoin-exchange-client

Release

Change version in package.json.

git commit -a -m "v0.1.0"
git push
git tag -s v0.1.0
git push --tags
make changelog

Add the changelog to the tag on Github and mark it as pre-release.

npm publish
npm i bitcoin-exchange-client

Metadata

  • ISC
  • >=7.0
  • Sjors Provoost
  • released 6/4/2018

Downloads