Expand description
axum RPC server implementations Contains the code to launch an Ethereum RPC server.
Modulesยง
- handler ๐
- Contains RPC handlers
Functionsยง
- router ๐
- Configures an [
axum::Router] that handles JSON-RPC calls via HTTP and WS. - serve_
on - Configures a server that handles JSON-RPC calls via HTTP and WS.
- try_
spawn_ ipc - Launches an ipc server at the given path in a new task.