Socket
Book a DemoInstallSign in
Socket

@axelar-network/interchain-token-service

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axelar-network/interchain-token-service

Interchain token service for EVM chains to faciliate interchain token transfers and contract calls

latest
npmnpm
Version
2.2.0
Version published
Maintainers
4
Created
Source

Interchain Token Service

Introduction

This repo provides an implementation for an Interchain Token Service and an Interchain Token using it. The interchain token service is meant to allow users/developers to easily create their own token bridge. All the underlying interchain communication is done by the service, and the deployer can either use an InterchainToken that the service provides, or their own implementations. There are quite a few different possible configurations for bridges, and any user of any deployed bridge needs to trust the deployer of said bridge, much like any user of a token needs to trust the operator of said token. We plan to eventually remove upgradability from the service to make this protocol more trustworthy. Please reference the design description for more details on the design.

Generated contract docs are available here.

Build

To build and run tests, do the following

npm ci

npm run build

Test

npm run test

Gas Report

Generate gas report

REPORT_GAS=true npm run test

Coverage

Generate test coverage report

npm run coverage

Test coverage reports of the main branch can also be found on Codecov.

Deployment Guide

To learn more about the deployment process, please refer to this repo.

Release Process

Please check the release process for more details.

Keywords

axelar

FAQs

Package last updated on 29 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts