|
|
@@ -15,7 +15,7 @@ Repo overview:
|
|
|
- [cmd/](bridge/cmd/) - CLI entry point, deals with the mechanics of parsing command line flags and loading keys.
|
|
|
- **[pkg/processor](bridge/pkg/processor)** — Most of the business logic for cross-chain communication
|
|
|
lives here. Talks to multiple loosely coupled services communicating via Go channels.
|
|
|
- - [pkg/p2p](bridge/pkg/p2p)** — libp2p-based gossip network.
|
|
|
+ - [pkg/p2p](bridge/pkg/p2p) — libp2p-based gossip network.
|
|
|
- [pkg/devnet](bridge/pkg/devnet) — Constants and helper functions for the deterministic local devnet.
|
|
|
- [pkg/ethereum](bridge/pkg/ethereum) — Ethereum chain interface with auto-generated contract ABI.
|
|
|
Uses go-ethereum to directly connect to an Eth node.
|