Skip to main content

Module server

Module server 

Source
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.