How to call a method from test.js eg : ("GetInfo") using http request ?

+1 vote
asked Sep 28, 2017 by vignesh.s

1 Answer

0 votes
If you're using Javascript on the server side, please take a look at this library which can help you use MultiChain from Node.js code:

https://github.com/scoin/multichain-node

If you're using Javascript on the client side, you need to call the MultiChain API on the server side, and then pass the result out in the usual Ajax-y way to the client.
answered Sep 29, 2017 by MultiChain
...