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
Yorke Rhodes 3dc8545b76
ConnectionClient v2 (#1288)
2 years ago
..
.vscode [Chore] Fix VSCode formatting and prettier precommit (#501) 2 years ago
contracts ConnectionClient v2 (#1288) 2 years ago
interfaces Fix build 2 years ago
lib/forge-std Add foundry to core (#1171) 2 years ago
test ConnectionClient v2 (#1288) 2 years ago
.env.example Merge core and app packages (#1169) 2 years ago
.gitignore Add foundry to core (#1171) 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 Merge core and app packages (#1169) 2 years ago
foundry.toml Add foundry to core (#1171) 2 years ago
hardhat.config.ts Merge core and app packages (#1169) 2 years ago
package.json Increment versions to 0.5.3 (#1223) 2 years ago
remappings.txt Add foundry to core (#1171) 2 years ago
tsconfig.json Merge core and app packages (#1169) 2 years ago
update_abis.sh More Abacus -> Hyperlane renames (#1330) 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