Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

How do the ChainBridge repositories all relate to one another? #270

Answered by waymobetta
waymobetta asked this question in Q&A
Discussion options

You must be logged in to vote
  • The ChainBridge-Core is a library written in Go (package) that contains logic for bridging into EVM-compatible chains, by default.
  • Should we desire to bridge into non-EVM chains, we construct a separate module (another package) and store this logic within there.
  • Since the ChainBridge-Coreis a library, we need additional software to execute and manage the ChainBridge-Core logic; for this we use the ChainBridge-Core-Example.
  • This ChainBridge-Core-Example is a CLI framework that organizes and executes logic from the ChainBridge-Core library; it is within the ChainBridge-Core-Example that a chain-specific module can be implemented in order to bring in non-EVM chain compatibility.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by waymobetta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant