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/optics-core
Erin Hales 5d3668495a
enhancement: move abi files to shared folder (#94)
4 years ago
..
contracts test: tests Dispatch event data and refactors enqueue message helper (#93) 4 years ago
lib enhancement: move abi files to shared folder (#94) 4 years ago
scripts enhancement: move abi files to shared folder (#94) 4 years ago
test test: tests Dispatch event data and refactors enqueue message helper (#93) 4 years ago
.gitignore basic token bridge design (#71) 4 years ago
.prettierrc basic token bridge design (#71) 4 years ago
.solcover.js basic token bridge design (#71) 4 years ago
README.md enhancement: move abi files to shared folder (#94) 4 years ago
hardhat.config.js basic token bridge design (#71) 4 years ago
package-lock.json test: tests Dispatch event data and refactors enqueue message helper (#93) 4 years ago
package.json basic token bridge design (#71) 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