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

Establish an IBC client on both the reth rollup and simapp chain #7

Open
cmwaters opened this issue Nov 26, 2024 · 0 comments
Open
Assignees

Comments

@cmwaters
Copy link
Collaborator

cmwaters commented Nov 26, 2024

Before being able to pass transfer messages, we need to set up light clients on both the reth rollup and on the simapp chain (and afterwards setup the channels).

For simapp, the following message needs to be submitted (but repurposed for the groth16 IBC Client):

https://github.com/cosmos/solidity-ibc-eureka/blob/55e908e87c330afec4cb516a59419b993366b092/e2e/interchaintestv8/e2esuite/light_clients.go#L304

For reth, the following message on the tendermintX smart contract needs to be sent. More information can be found in sp1-ics07-tendermint

We should be able to verify through queries that both of these clients have been initialised and what their unique ID is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants