Node.js module to talk to multichain CLI

+1 vote

I need a Node.js module so I can integrate my Node app with Multichain as an underlying blockchain. I stumbled upon node-bitcoin (https://github.com/freewil/node-bitcoin), but looking at the available commands (https://github.com/freewil/node-bitcoin/blob/master/lib/commands.js), I cannot see anything related to streams. And in general the module is quite old - last change is from 3yrs ago.

Is anyone using some other node-to-multichain module that I haven't found out or maybe something that they have developed on their own?

asked Apr 1, 2018 by milkncookiez

1 Answer

+4 votes
 
Best answer
There are currently several libraries that enable interaction with a running multichain blockchain.
The one you're looking for is https://github.com/scoin/multichain-node. It hasn't been maintained for a while, but it should do the trick for most of the API calls.

For other libraries you should look at the bottom of this page:

https://www.multichain.com/developers/
answered Apr 2, 2018 by Rachelle
selected Apr 2, 2018 by milkncookiez
...