Hyperlane Core contains the contracts and typechain artifacts for the Hyperlane implementation for EVM.
# Install with NPM
npm install @hyperlane-xyz/core
# Or with Yarn
yarn add @hyperlane-xyz/core
Note, this package uses ESM Modules
yarn build
yarn test
Some forge tests may generate fixtures. This allows the SDK tests to leverage forge fuzzing. These are git ignored and should not be committed.
Apache 2.0