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-clientln -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 pushgit tag -s v0.1.0git push --tagsmake changelog
Add the changelog to the tag on Github and mark it as pre-release.
npm publish