Skip to content

Files

evm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 21, 2024
Mar 24, 2024
Mar 4, 2025
Sep 25, 2023
Mar 24, 2024
Jan 31, 2025
Aug 18, 2023
Mar 25, 2024
Jan 31, 2025
Sep 7, 2023
Mar 24, 2024
Mar 25, 2024
Mar 24, 2024

@axelarjs/evm

NPM Version Changelog Typedoc License

EVM sdk for Axelar Network

Docs

A comprehensive typescript modules documentation can be found here

Guides

Upgrading ITS contracts

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 🎉