Layout
Last updated
Last updated
contracts/
Folder
This directory houses all the smart contracts for the Hourglass protocol. It contains not only the core contract files but also all necessary import and interface files required for deployment and testing.
👉 For Hourglass Protocol Contracts: Visit
tests/
FolderThis directory includes integration tests for both the single-chain and multi-chain versions of the Hourglass protocol. These tests articulate the expected behavior of the system and serve as useful examples for understanding how the protocol functions.
👉 For Hourglass Protocol Testing: Visit