# Getting Started

We use [Foundry](https://book.getfoundry.sh/) for development and testing, so please make sure it is first [installed](https://book.getfoundry.sh/getting-started/installation) in your local environment.&#x20;

### Clone the repository

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

### Installation

```
forge install
```

### Compile

```
forge build
```

### Run test

We use [pigeon](https://github.com/exp-table/pigeon/tree/docs) to simulate the cross-chain behaviour on forked mainnets.

```
forge test
```
