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
Luke Tchang 64aad488e6
refactor: replaces all slip44 references with "domain" (#76)
4 years ago
..
contracts refactor: replaces all slip44 references with "domain" (#76) 4 years ago
lib refactor: replaces all slip44 references with "domain" (#76) 4 years ago
scripts refactor: replaces all slip44 references with "domain" (#76) 4 years ago
test refactor: replaces all slip44 references with "domain" (#76) 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 fix: re-enable gas reporter and coverage 4 years ago
package-lock.json refactor: changes message handlers to use an interface (#65) 4 years ago
package.json refactor: changes message handlers to use an interface (#65) 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)