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
ltchang b22a7a86ae
fixed camel casing in deploy.js for hardhat compile
4 years ago
..
contracts feature: sketch of a sortition contract 4 years ago
scripts fixed camel casing in deploy.js for hardhat compile 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 chore: add READMEs 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: sketch of a sortition contract 4 years ago

README.md

Optics Solidity

On-chain implementations of Optics in Solidity.

Setup

  • npm install --dev

Build

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