Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 645 Bytes

README.md

File metadata and controls

48 lines (24 loc) · 645 Bytes

FlashLiquidity Arbiter

Arbitrage bot designed to perform rebalancing operations and profits distribution to liquidity providers in FlashLiquidity self-balancing pools.

Requirements

Install Dependencies

yarn setup

Compile Contracts

yarn compile

Run Full Test Suite

yarn test

Run Unit Tests

yarn unit-test

Run Integration Tests

yarn integration-test

Run Fuzz Tests

yarn fuzz-test

Run Invariant Tests

yarn invariant-test

Run Coverage

yarn coverage

Gas Report

yarn gas-report

Run Slither

yarn slither