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 192bc6e79f
refactor: moves merkleTestCases.json and domainHashTestCases.json to root vectors folder (#61)
4 years ago
..
contracts test: adds tests for Common contract (fixed history) (#57) 4 years ago
lib test: adds tests for Replica contract (fixed history) (#56) 4 years ago
scripts add hardhat scripts for common tasks (#37) 4 years ago
test refactor: moves merkleTestCases.json and domainHashTestCases.json to root vectors folder (#61) 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 test: adds tests for Replica contract (fixed history) (#56) 4 years ago
package.json test: adds tests for Replica contract (fixed history) (#56) 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)