-
Notifications
You must be signed in to change notification settings - Fork 22
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
how to run the demo #41
Comments
Hi @matiaszabal, thanks for the issue. The demo is outdated. We are developing a new version of substrate-ibc integrated ibc-rs. And the corresponding demo will be made accordingly, in about 2 weeks. BTW, the official cosmos-sdk-ibc cannot interact with substrate-ibc as it doesn't have a GRANDPA light client. Are you developing a GRANDPA light client for cosmos-sdk-ibc? |
Hi @livelybug, thanks for the answer. So, IBC/TAO is no longer a substrate PALLET? One more: is there any telegram/discord I can use to get in touch? Looking forward to try the demo, thanks again |
IBC/TAO will still be implemented in the substrate PALLET, but most of the logic is implemented inside module ibc-rs. You may refer to https://github.com/octopus-network/Astar/tree/dv-ibc-dev for the ibc integration on a parachain, the commits from Nov 26, 2021 are for ibc integration. We have an ibc channel in discord: https://discord.com/channels/820671513594167336/873018126726467685 |
maybe this help you. https://github.com/octopus-network/substrate-ibc-deliverable |
Hi guys, great work!
I'm trying to run the demo (I've uncommented cli and relayer workspace members, but the relayer yields an error message:
....
caused by: failed to load manifest for dependency 'pallet-ibc'
caused by: ... cant read ibc-demo/pallets/ibc/Cargo.toml
no such file
...
Would you give me an easy fix for this? I'd like to create a demo where one substrate-ibc chain speaks with one cosmos-sdk-ibc chain.
Thanks!!
The text was updated successfully, but these errors were encountered: