All Projects → blockchain → bitcoin-exchange-client

blockchain / bitcoin-exchange-client

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].