Overview
How to enable or disable JSON-RPC service of a node
Add below items in node's configuration file, then enable or disable it:
node.jsonrpc {
httpFullNodeEnable = true
httpFullNodePort = 50545
httpSolidityEnable = true
httpSolidityPort = 50555
}
At present there are two key data types that are passed over JSON: unformatted byte arrays and quantities. Both are passed with a hex encoding, however with different requirements to formatting:
Examples:
Examples: