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 9c5980ee09
docs: added instruction to download jq to solidity docs (#32)
4 years ago
..
contracts feature: adds signed_update_by_old_root to optics-base abis and _originSLIP44 to contract Update event (#26) 4 years ago
scripts feature: `npm run compile` updates abis in optics-base (#27) 4 years ago
.gitignore the last syllable of recorded time 4 years ago
.prettierrc the last syllable of recorded time 4 years ago
README.md docs: added instruction to download jq to solidity docs (#32) 4 years ago
hardhat.config.js feature: sketch of a sortition contract 4 years ago
package-lock.json feature: sketch of a sortition contract 4 years ago
package.json feature: `npm run compile` updates abis in optics-base (#27) 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)