You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dev/general-message-passing/cosmos-gmp/developer-guides/cross-chain-messaging-evm-to-cosmos.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@ In simpler terms, Axelar GMP enables developers to build applications that integ
52
52
53
53
Axelar has expanded General Message Passing (GMP) to support Cosmos blockchains. With Axelar, you can now send and receive messages on EVM chains and Cosmos chains. Messages sent to Cosmos chains can be received by [CosmWasm smart contracts](https://github.com/axelarnetwork/evm-cosmos-gmp-sample/tree/main/cosmwasm-integration/) (on blockchains with CosmWasm support), or those messages can be received [natively at the consensus layer as part of Go code](https://github.com/axelarnetwork/evm-cosmos-gmp-sample/tree/main/native-integration).
54
54
55
-
Cosmos GMP works by sending and receiving through [IBC’s memo field](https://medium.com/the-interchain-foundation/moving-beyond-simple-token-transfers-d42b2b1dc29b). Cosmos chains that support GMP should [integrate the appropriate middleware](/dev/cosmos-gmp/overview/#chain-support) and [verify the message source](/dev/cosmos-gmp/overview/#establishing-a-path-of-trust).
55
+
Cosmos GMP works by sending and receiving through [IBC’s memo field](https://medium.com/the-interchain-foundation/moving-beyond-simple-token-transfers-d42b2b1dc29b). Cosmos chains that support GMP should [integrate the appropriate middleware](/dev/cosmos-gmp/overview/#chain-support) and [verify the message source](/dev/general-message-passing/cosmos-gmp/overview/#establishing-a-path-of-trust).
56
56
57
57
## Project setup and installation
58
58
59
-
To start the project setup and installation quickly, clone this [**project on GitHub**](https://github.com/axelarnetwork/cross-chain-airdrop-dapp/tree/start) using the following command:
59
+
To start the project setup and installation quickly, clone this [**project on GitHub**](https://github.com/axelarnetwork/send-message-from-cosmos-to-evm-example) using the following command:
Copy file name to clipboardExpand all lines: src/content/docs/dev/general-message-passing/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ With GMP, you can:
25
25
26
26
### Prerequisites
27
27
28
-
- For GMP to work, chains A and B must be EVM or Cosmos with a deployed Axelar Gateway contract. We're adding new chains and chain technology stacks all of the time. This document primarily focuses on EVM chains and Solidity code, but you can [learn about interacting with Cosmos GMP](/dev/cosmos-gmp/overview/).
28
+
- For GMP to work, chains A and B must be EVM or Cosmos with a deployed Axelar Gateway contract. We're adding new chains and chain technology stacks all of the time. This document primarily focuses on EVM chains and Solidity code, but you can [learn about interacting with Cosmos GMP](/dev/general-message-passing/cosmos-gmp/overview/).
29
29
- The application's executable contract must be deployed on the destination contract.
30
30
- The application must be on one of Axelar's supported EVM chains. See [chain names](/dev/reference/mainnet-chain-names/) for a list of EVM chains that have an Axelar Gateway deployed. The list is updated as new chains are added.
Copy file name to clipboardExpand all lines: src/content/docs/dev/general-message-passing/verify-gmp-tx.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Please watch [here](https://www.youtube.com/watch?v=qF9cVhcD2CY) for more inform
23
23
24
24
## Cosmos
25
25
26
-
On Cosmos, [validation](/dev/cosmos-gmp/overview/#establishing-a-path-of-trust) is conducted on Axelar before calling a destination contract.
26
+
On Cosmos, [validation](/dev/general-message-passing/cosmos-gmp/overview/#establishing-a-path-of-trust) is conducted on Axelar before calling a destination contract.
0 commit comments