Getting Started

We use Foundry for development and testing, so please make sure it is first installed in your local environment.

Clone the repository

git clone https://github.com/MultiMessageAggregation/multibridge

Installation

forge install

Compile

forge build

Run test

We use pigeon to simulate the cross-chain behaviour on forked mainnets.

forge test

Last updated