Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axelar-network/axelar-gmp-sdk-solidity

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axelar-network/axelar-gmp-sdk-solidity

Solidity GMP SDK and utilities provided by Axelar for cross-chain development

  • 4.0.2
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
27K
increased by44.5%
Maintainers
6
Weekly downloads
 
Created
Source

Axelar GMP SDK Solidity

General Message Passing Development Kit

This repository contains all the necessary ingredients for successful cross-chain development utilizing the Axelar General Message Passing protocol.

Installation

$ npm install @axelar-network/axelar-gmp-sdk-solidity

Documentation

  • Introduction
  • General Message Passing
  • Build
  • Video

Available contracts

AxelarExecutable

Base interface for validating and executing GMP contract calls.

AxelarExpressExecutable

Interface that allows expediting GMP calls by lending assets and performing execution before it fully propagates through the Axelar network.

Create3Deployer and ConstAddressDeployer

These contracts are used to deploy your Executable to have the same address on different EVM chains. This simplifies message validation from peer Executables. You can learn more in the documentation.

Proxy and Upgradable

Base implementation of upgradable contracts designed to be deployed with Create3Deployer and to have the same Proxy address on different EVM chains.

TokenLinker and NTFLinker

Allows developers to create their own cross-chain gateways for ERC20 and ERC721 tokens utilizing the GMP protocol. Also it's a great example how to use AxelarExecutable with Upgradable.

StringAddressUtils

Allows conversion between string and address data types

StringBytesUtil

Allows conversion between string and bytes32 data types for storing strings under 31 bytes into a single storage slot

FAQs

Package last updated on 27 Jul 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc