karatBC RPC proxy

This is an example call for eth_totalSupply.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_totalSupply",
  "params": [
    "latest"
  ]
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "result": "0x33b4f55164018c5d0c70000"
}