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
James Prestwich b7bb37ea51
opt: don't sload in Home constructor
4 years ago
..
contracts opt: don't sload in Home constructor 4 years ago
lib feature: add optics Updater to global hre 4 years ago
scripts feature: inject an optics object into hre 4 years ago
test tests: add test coverage for the queue contract (#33) 4 years ago
.gitignore tests: add test coverage for the queue contract (#33) 4 years ago
.prettierrc tests: add test coverage for the queue contract (#33) 4 years ago
.solcover.js tests: add test coverage for the queue contract (#33) 4 years ago
README.md docs: added instruction to download jq to solidity docs (#32) 4 years ago
hardhat.config.js feature: inject an optics object into hre 4 years ago
package-lock.json tests: add test coverage for the queue contract (#33) 4 years ago
package.json feature: inject an optics object into hre 4 years ago

README.md

Optics Solidity

On-chain implementations of Optics in Solidity.

Setup

  • npm install --dev
  • brew install jq   OR   sudo apt-get install jq

Build

  • npm run compile
  • npm run test
    • (no tests yet)