JSON RPC can be also enabled by passing --JsonRpc.Enabled true flag to the Nethermind.Runner or Nethermind.Launcher arguments.
Nethermind.Runner
Nethermind.Launcher
1
./Nethermind.Runner --JsonRpc.Enabled true
Copied!
1
./Nethermind.Launcher --JsonRpc.Enabled true
Copied!
WebSockets, when enabled, will be accessible on the same address/port as HTTP by default, just using the ws:// protocol instead of http:// protocol. You can change the WebSocket port to something else like 8546 if desired.