axelarnetwork / support

Your source for support with the Axelar Network
3 stars 1 forks source link

Send token from My Cosmos Chain to EVM #46

Closed Olanetsoft closed 10 months ago

Olanetsoft commented 10 months ago

I hope to transfer token from my customized cosmos chain to evm chain. Is it possible?

Olanetsoft commented 10 months ago

For existing chains, you can also check the natively supported asset lists (https://docs.axelar.dev/resources/mainnet#assets), which doesn't require you to use GMP. You can send tokens with a deposit address or with our sendToken method on our EVM gateways. https://docs.axelar.dev/dev/send-tokens/overview.

Here is a code example