karatBC RPC proxy

This is an example call for eth_genesisAlloc.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_genesisAlloc",
  "params": null
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "result": {
    "0xa77c2a53a0344e26f5c96a26e733dc22cf64e825": {
      "balance": "0x33b2e3c9fd0803ce8000000"
    }
  }
}