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/solidity/core
J M Rossy 0d7639895c
Hyperlane packages and typescript rebrand (#1077)
2 years ago
..
contracts Merge FYEO fixes (#988) 2 years ago
interfaces Merge hacken audit fixes (#987) 2 years ago
test Hyperlane packages and typescript rebrand (#1077) 2 years ago
.env.example Remove abacus- prefix from directories (#267) 3 years ago
.gitignore Remove abacus- prefix from directories (#267) 3 years ago
.solcover.js Remove abacus- prefix from directories (#267) 3 years ago
.solhint.json Remove abacus- prefix from directories (#267) 3 years ago
README.md Hyperlane packages and typescript rebrand (#1077) 2 years ago
hardhat.config.ts Merge FYEO fixes (#988) 2 years ago
package.json Hyperlane packages and typescript rebrand (#1077) 2 years ago
tsconfig.json helloworld kathy (#569) 2 years ago
update_abis.sh No more cached checkpoints in agents (#550) 2 years ago

README.md

Hyperlane Solidity

On-chain implementations of Hyperlane in Solidity.

Setup

  • npm install --dev
  • brew install jq   OR   sudo apt-get install jq
  • npm install -g solhint, check it is installed using solhint --version

Build

  • npm run compile
  • npm run test