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/core
Yorke Rhodes a424371e89
Use global prettier config and sort imports (#372)
3 years ago
..
contracts Support multiple inboxes per domain (#349) 3 years ago
interfaces Rename XAppConnectionManager to AbacusConnectionManager (#348) 3 years ago
libs Remove Outbox nonce and checkpointedRoot from dispatch event (#341) 3 years ago
test Use global prettier config and sort imports (#372) 3 years ago
.env.example Remove abacus- prefix from directories (#267) 3 years ago
.eslintrc.json Remove abacus- prefix from directories (#267) 3 years ago
.gitignore Remove abacus- prefix from directories (#267) 3 years ago
.solcover.js Remove abacus- prefix from directories (#267) 3 years ago
.solhint.json Remove abacus- prefix from directories (#267) 3 years ago
README.md Remove abacus- prefix from directories (#267) 3 years ago
hardhat.config.ts Add InterchainGasPaymaster (#285) 3 years ago
package.json Improve ergonomics of app mixins (#330) 3 years ago
tsconfig.json Remove abacus- prefix from directories (#267) 3 years ago
update_abis.sh Rename XAppConnectionManager to AbacusConnectionManager (#348) 3 years ago

README.md

Abacus Solidity

On-chain implementations of Abacus in Solidity.

Setup

  • npm install --dev
  • brew install jq   OR   sudo apt-get install jq
  • npm install -g solhint, check it is installed using solhint --version

Build

  • npm run compile
  • npm run test