Module snarkos_rpc::rpc_server[][src]

Logic for instantiating the RPC server.

Functions

start_rpc_server

Starts a local JSON-RPC HTTP server at rpc_port in a new thread. Rpc failures will error on the thread level but not affect the main network server. This may be changed in the future to give the node more control of the rpc server.