Which code can i write to connect the node.js to multichain blockchain running in a docker ?

+2 votes
I have to develop a smart contract app based on multichain blockchain running in a container. but i need first to interconnect the multichain blockchain to node.js environment where i can write the smart filter's code.
asked May 9, 2020 by anonymous

1 Answer

0 votes
A smart filter is installed via the regular JSON-RPC API. Please see this guide and tutorial for more information:

https://www.multichain.com/developers/smart-filters/
answered May 11, 2020 by MultiChain
...