You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// --rpcaddr "a.b.c.d" --> IP address of the system running private ethereum chain. Required to enable another computer to connect to its private chain
// --rpccorsdomain "*" --> Allow all the system to connect to this node.
const config = {
ChainPortNo: 8545,
ChainIpAddr: "", // IP address of the system running private ethereum chain