From EVM to Secret
Learn how to send testnet USDC from EVM to Secret Network using Axelar
Installing the dependencies
npm init -y && npm i @axelar-network/axelarjs-sdk{
"name": "evm-to-secret",
"type" : "module",
"version": "1.0.0",
"main": "evm-to-secret.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.16.1"
}
}Creating the deposit address
Sending USDC from EVM to Secret Network


Summary
Last updated
Was this helpful?