How to connect to chain from local machine

+1 vote

Hi,

I just created a blockchain on Multichnain 2.0 in the local machine.  I wanted to check the API calls through postman from the local machine.

Do I have to update the config file?  with rpchost like we do on Multichnain 1.0 

Please let me know that there is any documentation link or example.

Thanks in advance.

asked Jan 5, 2021 by shivap17

1 Answer

+1 vote

If you are sending API requests from the local machine to itself, you should be fine with the default rpchost setting, which allows local API requests only.

answered Jan 6, 2021 by MultiChain
...