Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-chain communication through Runners #34

Closed
nikolasschoppmeier opened this issue Mar 27, 2022 · 1 comment
Closed

Cross-chain communication through Runners #34

nikolasschoppmeier opened this issue Mar 27, 2022 · 1 comment
Assignees
Labels
Messages Pigeon issues related with Pigeon service

Comments

@nikolasschoppmeier
Copy link

Background

We need to communicate with the Terra chain from within our runners which are a part of a FedEx chain (a sidecar process/goroutine).

We need to have a chain to query and broadcast transactions over the wire to other chain.

Given that there already exists a library that does this (LENS, by Strangelove) we don’t need to implement this ourselves.

Done when

  • we have imported lens library and verified that it works.
@Vizualni
Copy link
Contributor

This is done. Lens is imported and it works. I was able to broadcast a message to terra to execute kallisto smart contract to deposit coins.

@taariq taariq changed the title Cross-chain communication through Runners f Apr 21, 2022
@Vizualni Vizualni changed the title f Cross-chain communication through Runners Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Messages Pigeon issues related with Pigeon service
Projects
Status: Done
Development

No branches or pull requests

2 participants