Awesome
Interfaces
gRPC services of Erigon and Silkworm.
<img src="turbo-geth-architecture.png">Integration into other repositories
Using a go module is the most effective way to include these definitions in consuming repos.
go get github.com/erigontech/interfaces
This makes local development easier as go.mod redirect can be used, and saves on submodule/tree updates (which were the previous method of consumption).