go-ethereum/grpc/README.md
jesse snyder ca5dc0e3c3
Feature/grpc execution api (#1)
* add buf config and generated grpc code

* poc e2e grpc communication

* comment out panicking code

* logging help

* now reads cli args. now stops grpc server on shutdown.

* add mutex to GRPCServerHandler
2023-03-27 13:30:46 -06:00

278 B

This package provides a gRPC server as an entrypoint to the EVM.

Helpful commands (MacOS):

# install necessary dependencies
brew install leveldb

# build geth
make geth

# TODO - run beacon?

# run geth
./build/bin/geth --grpc --grpc.addr "[::1]" --grpc.port 50051