Benchmarking Bridge Aggregators
  • Introduction
  • Getting started
    • Installation
    • Setup
    • Compatibility + Troubleshooting
  • Running the Benchmarker
    • Package.json
    • Setup
    • Benchmark
    • Result-gen
    • Test
    • Clear
  • Repository Overview
    • Repository Structure
    • /script
    • /src
    • /test
    • /benchmark-data
    • /benchmark-plots
    • /benchmark-tables
    • miscellaneous
  • Maintainers
Powered by GitBook
On this page
  • Helper
  • Aggregator

Was this helpful?

  1. Repository Overview

/script

PreviousRepository StructureNext/src

Last updated 1 year ago

Was this helpful?

Helper

structure
script/Helper
└── Helper.s.sol

Helper.s.sol contains scripts that interact with the filesystem. It saves logs, deployed contract addresses, gets transaction data from foundry's

By default they are set to TEST mode where the transactions happen on a forked network.

Aggregator

structure
script/Aggregator
├── Transaction Senders.s.ol 
└── Contract Seployers.s.sol

This deploys the required contracts, the inputs to the contracts are command line generated from

. By default all transactions are executed on a forked network.

Broadcast and Cache
Message Aggregators