Multi-bridge Message Aggregation
  • 😇Start here
    • Multi-bridge Message Aggregation
    • Life-cycle of a Transaction
    • Getting Started
    • Links
    • Glossary
  • 🪨Core Contracts
    • Message Structure
    • Multi-bridge Message Sender
    • Multi-bridge Message Receiver
  • 🥅Bridge Adapters
    • What are adapters?
    • Message Sender Adapters
    • Message Receiver Adapters
  • 🔐Security
    • Access Control
    • Governance Timelock
    • Emergency Response
Powered by GitBook
On this page
  • Clone the repository
  • Installation
  • Compile
  • Run test
  1. Start here

Getting Started

PreviousLife-cycle of a TransactionNextLinks

Last updated 1 year ago

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

Clone the repository

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

Installation

forge install

Compile

forge build

Run test

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

forge test
😇
Foundry
installed
pigeon