A public registry for chains and asset configurations for applications built on the Axelar network.
Before we begin, make sure your system has the minimum runtime requirements:
To install bun
, run the following command:
curl -fsSL https://bun.sh/install | bash
Once you have bun
or nodejs
installed, you can clone this repository:
git clone git@github.com:axelarnetwork/axelar-configs.git
cd into the folder
cd axelar-configs
Install dependencies
bun i
You're all set 🎉
bun wizard
or
pnpm wizard
or
npm run wizard
The wizard currently allows you to:
- List an interchain token on Squid
- Add a Cosmos/EVM chain config
- Add a Cosmos/EVM asset list config
- more to come...
coming soon...
coming soon...
Token Lists
is a standard for lists of ERC20 tokens within the Ethereum ecosystem. It aids in the discoverability of tokens by mapping ERC20 contracts to their associated metadata, such as token name, symbol, and logo. The lists are community-maintained and serve as a single source of truth for token metadata, ensuring a consistent experience across different platforms and applications.
Cosmos Asset Lists
is a standard inspired by the Ethereum Token Lists project, tailored for the Cosmos ecosystem. It provides a mechanism for user interfaces to fetch metadata associated with Cosmos SDK denominations, especially for assets sent over IBC (Inter-Blockchain Communication). The lists help in the discoverability of assets by mapping them to their metadata, ensuring a consistent and unified representation across different platforms within the Cosmos ecosystem.