Start relayer using Go #72
Unanswered
ionut-mihalache
asked this question in
Validators, Nodes, Relayers, etc...
Replies: 1 comment 4 replies
-
|
Could this be of help? https://github.com/strangelove-ventures/interchaintest/ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am looking for some pointers to how I can start a relayer and interact with it using Go. I have a couple of nodes started using Gaia and now I am trying to create a channel between them. I want to do most of the stuff programmatically (if not all) because it would be easier to integrate with another project later on (also written in Go).
I tried to follow the e2e testsuite and tests for ibc-go [1] but I don't understand how to actually do what I want. The testsuite infrastructure is not what I need.
So I would appreciate if you can point me to some examples of code which initiate nodes, communicate with them, create the relayer, send inter-chain transactions, etc.; all done using Go.
Thank you and sorry if the tag is not appropriate.
[1] - https://github.com/cosmos/ibc-go/tree/main/e2e
Beta Was this translation helpful? Give feedback.
All reactions