module
Version:
v0.0.0-...-965e82c
Opens a new window with list of versions in this module.
Published: Oct 11, 2023
License: Apache-2.0
Opens a new window with license information.
README
¶
ibc-quorum-relay
A prover module of yui-relayer. A corresponding Chain Module can be found in ethereum-ibc-relay-chain.
Setup Relayer
Add this module to yui-relayer and activate it.
package main
import (
"log"
"github.com/hyperledger-labs/yui-relayer/cmd"
quorum "github.com/datachainlab/ibc-quorum-relay/module"
)
func main() {
if err := cmd.Execute(
// counterparty.Module{}, //counter party
quorum.Module{}, // Quorum Prover Module
); err != nil {
log.Fatal(err)
}
}
Directories
¶
Click to show internal directories.
Click to hide internal directories.