Post
Topic
Board Project Development
Re: Help to find bitcoin lib for nodejs
by
DeBugMe
on 02/04/2019, 20:34:17 UTC
and how about writing a wrapper to support the available block explorers )
It would be very simple.
Then for forked coins, you would HAVE to use something like this : https://www.npmjs.com/package/bitcoin-core
And also think about this one : https://github.com/cryptocoinjs/cryptocoin
For ethereum, it should be easy to enable support using web3js and a provider ))