Service that listens to Ethereum's P2P network, serves information to other nodes, and provides gRPC interface to clients to interact with the network.
env RUST_LOG=ethereum_sentry cargo run --release
.
Run cargo run --release -- --help
to see the full list of options.