Update README.md

This commit is contained in:
Leopold Schabel 2020-11-15 18:48:53 +01:00 committed by GitHub
parent 0d12e142f1
commit e0ca52deb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Repo overview:
- [cmd/](bridge/cmd/) - CLI entry point, deals with the mechanics of parsing command line flags and loading keys. - [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 - **[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. 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/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. - [pkg/ethereum](bridge/pkg/ethereum) — Ethereum chain interface with auto-generated contract ABI.
Uses go-ethereum to directly connect to an Eth node. Uses go-ethereum to directly connect to an Eth node.