This repository was archived by the owner on May 9, 2024. It is now read-only.
|
Does ChainBridge-Core serve as both the relayer as well as the bridge admin's controller? |
Answered by
roethke
Feb 4, 2022
Replies: 1 comment
|
The ChainBridge-Core is a library and can be made usable within a framework, such as the chainbridge-core-example. Once compiled, the relayer is a component of the standalone binary. Refer to the usage section of chainbridge-core-example where instructions are provided for how to run a relayer. Additionally, the standalone binary also serves as the bridge administrator's remote control. Refer to our EVM-CLI docs on how to invoke bridge commands, for example. |
0 replies
Answer selected by
roethke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ChainBridge-Core is a library and can be made usable within a framework, such as the chainbridge-core-example.
Once compiled, the relayer is a component of the standalone binary. Refer to the usage section of chainbridge-core-example where instructions are provided for how to run a relayer.
Additionally, the standalone binary also serves as the bridge administrator's remote control. Refer to our EVM-CLI docs on how to invoke bridge commands, for example.