Overview

Welcome to the Mach Protocol documentation. This section provides a comprehensive overview of the protocol's technical aspects, designed to offer insights into its architecture, functionality, and integration points.

Layout

contracts/ Folder

This directory houses all the smart contracts for the Mach protocol. It contains not only the core contract files but also all necessary import and interface files required for deployment and testing.

👉 For Mach Protocol Contracts: Visit Hourglass_Contracts/contracts/hourglass

tests/ Folder

This 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 Mach Protocol Testing: Visit Hourglass_Contracts/blob/main/testing/MultichainTests/tests2.ipynb

Last updated