EVM sdk for Axelar Network
A comprehensive typescript modules documentation can be found here
First, upgrade the @axelar-network/interchain-token-service package.
Then run codegen
script, this will also build the package
# this will sync ABI's from the package
# It will also generate stricly typed encoders for contract functions
pnpm codegen
Once you're done, you can switch to apps/maestro and run the following commands to sync contract abis and
# this will sync the contract ABI's
pnpm sync
# this will use wagmi-cli to generate strictly typed react hooks
pnpm codegen
You're good to go 🎉