Skip to content

axelarnetwork/axelar-configs

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 git@github.com: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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published