mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
* 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
278 B
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