git submodule update --init --recursive
forge build
forge test
Go to test folder for more details on how to run different tests.
Go to docs to understand the high-level design, transaction flow, and how different Lyra V2 components work together.
Static Analysis - Slither
Please go to the link above for detail to install. To run the analysis:
slither src
Got to scripts to understand how to deploy Lyra v2 to different networks.