substrate-ibc icon indicating copy to clipboard operation
substrate-ibc copied to clipboard

how to run the demo

Open matiaszabal opened this issue 2 years ago • 4 comments

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!!

matiaszabal avatar Dec 20 '21 20:12 matiaszabal

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?

livelybug avatar Dec 22 '21 09:12 livelybug

Hi @livelybug, thanks for the answer. I´m a researcher so I won't be directly implementing the light client myself but might propose the project to the team.

So, IBC/TAO is no longer a substrate PALLET? I'd like to integrate ibc to my substrate experiment, do you think it will be an easy task once the new code is finished?

One more: is there any telegram/discord I can use to get in touch?

Looking forward to try the demo, thanks again

matiaszabal avatar Dec 22 '21 13:12 matiaszabal

@matiaszabal

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

livelybug avatar Dec 23 '21 06:12 livelybug

maybe this help you. https://github.com/octopus-network/substrate-ibc-deliverable

DaviRain-Su avatar Oct 11 '22 13:10 DaviRain-Su