Chain connection to html wallet

+2 votes
I've had relative success setting up multichain on several nodes.. the cli working wonderfully.  Can someone point me in the right direction to building a online wallet similar to what sonm/waves which utilizes multichain... I'm guessing it's to do with rpc-json

https://market.sonm.com/  https://client.wavesplatform.com (as examples)
asked Feb 5, 2019 by Juddy
You can use either json rpcs or even the bitcore library functions to create a wallet application on multichain network. It's easy to build such a application becuase most of the apis are made available by the multichain network and by other open source libraries.

1 Answer

+1 vote
We don't have a specific library to point you to, but if you find a web wallet which is compatible with Bitcoin Core, the reference implementation for the bitcoin network, you should find it works well with MultiChain with very minor modifications.
answered Feb 6, 2019 by MultiChain
...