A simple JSON-RPC server that only responds to eth_getBlockByNumber and eth_getBlockByHash calls. It uses the LightChain to sync headers as they’re announced and fetches blocks on demand as RPC calls ask for them.
evm.rpc.server.
App
Bases: aiohttp.web.Application
aiohttp.web.Application
allowed_methods
handle
run_chain
stop_chain