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
Nam Chu Hoai 80005f01e9
Add Sepolia (#1930)
2 years ago
..
.vscode [Chore] Fix VSCode formatting and prettier precommit (#501) 3 years ago
contracts Check IGP ownership, transfer IGP ownership in the initializer (#1895) 2 years ago
interfaces On chain gas oracles in the IGP (#1765) 2 years ago
lib/forge-std Run forge tests in CI (#1355) 2 years ago
test Check IGP ownership, transfer IGP ownership in the initializer (#1895) 2 years ago
.env.example Merge core and app packages (#1169) 2 years ago
.gas-snapshot On chain gas oracles in the IGP (#1765) 2 years ago
.gitignore Always run coverage against base (#1662) 2 years ago
.solcover.js Merge core and app packages (#1169) 2 years ago
.solhint.json Merge core and app packages (#1169) 2 years ago
README.md Fix lint issues in core package readme (#1839) 2 years ago
coverage.sh Clean up solidity test coverage (#1668) 2 years ago
foundry.toml Use minimal proxies in ICA router (#1440) 2 years ago
hardhat.config.ts Use minimal proxies in ICA router (#1440) 2 years ago
package.json Add Sepolia (#1930) 2 years ago
remappings.txt Add foundry to core (#1171) 2 years ago
slither.config.json Add slither static analysis to CI (#1622) 2 years ago
tsconfig.json Merge core and app packages (#1169) 2 years ago
update_abis.sh Use ValidatorAnnounce in relayer (#1569) 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