1.3.6 • Published 11 months ago

@ortege/sdk v1.3.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

Hyperlane SDK

The Hyperlane SDK helps developers create and manage interchain applications.

For details on how to use the various abstractions and utilities, see the documentation

Install

yarn install @ortege/sdk

Contents

Constants

The names and relevant metadata for all Hyperlane-supported chains are included in this SDK, including public RPC and Explorer urls. It also includes the addresses for all Hyperlane core contracts and middleware.

Deployment, testing, and development classes

Classes for deploying, testing, and building applications using Hyperlane are included in the SDK. See the docs for details.

Chain Logos

The SDK contains SVG files for all Hyperlane-supported chains. They can be imported from the /logos folder.

import ArbitrumBlack from '@ortege/sdk/logos/black/arbitrum.svg';
import ArbitrumColor from '@ortege/sdk/logos/color/arbitrum.svg';

License

Apache 2.0