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

feat: axelar local dev cosmos #92

Merged
merged 160 commits into from
Mar 18, 2024
Merged

feat: axelar local dev cosmos #92

merged 160 commits into from
Mar 18, 2024

Conversation

npty
Copy link
Member

@npty npty commented Sep 27, 2023

Add Local CallContract Example for Cosmos

This pull request introduces an enhancement to the Axelar Local Dev Cosmos, focusing on supporting Wasm contract deployment and facilitating the testing of cross-chain message transmission from Wasm contracts to EVM chains. For a comprehensive setup guide and further details, please refer to the documentation available here.

Key Points in This PR

  • CallContract Method Support: This PR currently supports only the CallContract method. We plan to extend this support to additional methods in future updates.

  • IBC Memo Message Specification: When sending an IBC memo message from the Cosmos to the EVM chain, it's essential to specify "Ethereum" as the destination chain. This is a critical requirement for successful message delivery, as other chain names are not supported in the current implementation.

Tests

  1. Make you have docker running in your machine
  2. Install the dependencies
npm i
  1. Running e2e tests
npm run test-e2e:cosmos

@npty npty changed the title Feat/axelar local dev cosmos feat: axelar local dev cosmos Sep 27, 2023
@npty npty merged commit a7221ce into main Mar 18, 2024
1 check passed
@npty npty deleted the feat/axelar-local-dev-cosmos branch March 18, 2024 10:47
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

Successfully merging this pull request may close these issues.

3 participants