The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/typescript/utils
Connor McEwen 70c4c28c2f Merge branch 'main' into cli-2.0 5 months ago
..
src feat: implement `update()` for `EvmIsmModule` (#3759) 6 months ago
.gitignore Move shared types and utilities to @abacus-network/utils (#194) 3 years ago
.mocharc.json Convert packages from CJS to ESM (#3531) 8 months ago
CHANGELOG.md chore: merge main to cli-2.0 (#3964) 5 months ago
README.md Convert packages from CJS to ESM (#3531) 8 months ago
package.json Version Packages (#3967) 5 months ago
tsconfig.json Convert packages from CJS to ESM (#3531) 8 months ago

README.md

Hyperlane Utils

A collection of various utilities and types for building applications with Hyperlane. Typically not used directly but through the Hyperlane SDK instead.

Install

# Install with NPM
npm install @hyperlane-xyz/utils

# Or with Yarn
yarn add @hyperlane-xyz/utils

Note, this package uses ESM Modules

License

Apache 2.0