/tarpcdaemon

RPC daemon for turbo-geth

Primary LanguageRustApache License 2.0Apache-2.0

tarpcdaemon

RPC daemon that reads turbo-geth's database and provides access through common Ethereum tarpc API.

Running

env RUST_LOG=tarpcdaemon=info cargo run --release -- --listen-addr="<tarpc listen address>" --kv-addr="grpc://<turbo-geth private api address>".

Options

Run cargo run --release -- --help to see the full list of options.