Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.36 KB

File metadata and controls

49 lines (33 loc) · 1.36 KB

Exchange Core

foundry-rs - foundry CI codecov



numo

Derivatives Exchange for Frontier FX

Build

# installs git dependencies pinned in foundry.toml (into ./lib)
# (this repo does not use git submodules)
forge install

forge build

Tests

forge test

Go to test folder for more details on how to run different tests.

Documentation

Go to docs to understand the high-level design, transaction flow, and how different Numo Options components work together.

Static Analysis - Slither

Please go to the link above for detail to install. To run the analysis:

slither src

Deployment

Got to scripts to understand how to deploy Numo Options to different networks.