How do i reference multichain API from across the web

0 votes
I am trying to build a website that allows users to connect to a  blockchain and, on button click, want them to run multichain commands such as sendasset or getbalance. How do I reference the API from a script
asked Jul 13, 2017 by abby

1 Answer

0 votes
MultiChain's API uses JSON-RPC over HTTP, so it will work with any server-side scripting language such as PHP, Python or Ruby. You can use raw JSON-RPC calls or else one of the libraries linked from the bottom of this page: https://www.multichain.com/developers/
answered Jul 13, 2017 by MultiChain
...