Another way

+2 votes
What if i want them to be a client of a particular node, how do i do that?
related to an answer for: connect to blockchain network from website
asked Dec 14, 2016 by anonymous

1 Answer

+1 vote

You can grant access to the node's JSON-RPC API to external IP addresses using the rpcallowip runtime parameter, but this means that anyone with the username/password of the API can do anything on that node, including sendings its assets, etc... So you probably want to set up an intermediary API that your end users call, with some kind of authentication mechanism, and which then triggers action on the MultiChain node.

answered Dec 15, 2016 by MultiChain
How do you do this?
...