-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# GMP Handler | ||
|
||
Cross chain transfers using Axelar General Message Passing (GMP) | ||
More info about cosmos gmp find [here](https://docs.axelar.dev/dev/cosmos-gmp) | ||
More info about cosmos GMP find [here](https://docs.axelar.dev/dev/cosmos-gmp) | ||
|
||
## Example transfer from fantom evm to umee using Axelar GMP | ||
## Example transfer from fantom EVM to umee using Axelar GMP | ||
|
||
```bash | ||
# clone the repo | ||
$ git clone https://github.com/axelarnetwork/evm-cosmos-gmp-sample.git | ||
$ cd evm-cosmos-gmp-sample/native-integration/multi-send/solidity | ||
## Build the contracts on this repo | ||
|
||
# Build the contracts on this repo | ||
$ npm run build | ||
|
||
> [email protected] build | ||
|