bitcoind-rpc
bitcoind-rpc copied to clipboard
Readme.md example code requires bitcore
It looks like line var bitcore = require('bitcore');
in the Readme.md example is unused. Should that be removed. I can put in the PR
Looking at this more should if be using bitcore-library instead of bitcore.
@seetd It seems to me that these days the "bitcore" package just exports the contents of the "bitcore-lib" package https://github.com/bitpay/bitcore/blob/95dc8b291089e2dec814d9a762df2ea341edef40/index.js So either way works fine. You're right though that "bitcore-lib" is probably "more right".
That's true. The reason I brought that back up was bitcore encompasses a lot more than bitcore-lib. So I thought that making it use bitcore-lib will be more modular if you are not using bitcore. I would be glad to create a PR for that if no one disagrees with that.