Skip to content

axelarnetwork/axelar-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49a3bbe Â· Jan 22, 2025
Jun 25, 2024
Aug 20, 2023
Mar 14, 2024
Jan 22, 2025
Jan 17, 2025
Aug 22, 2023
Feb 4, 2024
Jan 25, 2024
Aug 10, 2023
Aug 18, 2023
Jan 25, 2024
May 13, 2024
Mar 14, 2024
Oct 13, 2023

Repository files navigation

Axelar configs

A public registry for chains and asset configurations for applications built on the Axelar network.

Getting started

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 [email protected]:axelarnetwork/axelar-configs.git

cd into the folder

cd axelar-configs

Install dependencies

bun i

You're all set 🎉

Running the wizard

bun wizard

or

pnpm wizard

or

npm run wizard

The wizard currently allows you to:

Registering a new EVM chain

coming soon...

Registering a new Cosmos chain

coming soon...

Registering a EVM Token Lists

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.

Registering a Cosmos Asset List

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.