Update README.md
This commit is contained in:
parent
0d12e142f1
commit
e0ca52deb5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue