How to connect PHP to Multichain using cURL ?

+1 vote
We are trying to connect php application with multichain node, but we are not able to connect with it or there is no Error shown.
asked Jan 30, 2019 by anonymous

1 Answer

0 votes

You have code to do exactly this in the MultiChain Web Demo:

https://github.com/MultiChain/multichain-web-demo/blob/master/functions.php

See the function json_rpc_send() in that file.

answered Jan 30, 2019 by MultiChain
...