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 d4e36f6373
add hardhat scripts for common tasks (#37)
4 years ago
..
contracts feature: adds untested Relayer daemon (fixed history) (#55) 4 years ago
lib add hardhat scripts for common tasks (#37) 4 years ago
scripts add hardhat scripts for common tasks (#37) 4 years ago
test test: Merkle contract and rust implementation (#52) 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 add hardhat scripts for common tasks (#37) 4 years ago
package.json fix: re-enable gas reporter and coverage 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)