jsonrpc permission

+1 vote
How we can control the access of multichian private blockchain when using jsonrpc client .
asked Jul 25, 2016 by Vikas

1 Answer

0 votes

If you mean controlling permissions for the JSON-RPC API, you can do so via the runtime parameters:

http://www.multichain.com/developers/runtime-parameters/

You probably want the rpcallowip parameter.

answered Jul 27, 2016 by MultiChain
...