Marginal v1 core smart contracts.
The repo uses ApeWorX for development.
Set up a virtual environment
python -m venv .venv
source .venv/bin/activateInstall requirements and Ape plugins
pip install -r requirements.txt
ape plugins install .Tests without fuzzing, integration
ape test -s -m "not fuzzing and not integration"Tests with fuzzing but not integration
ape test -s -m "fuzzing and not integration"Tests for integrations
ape test -s -m "integration" --network ethereum:mainnet-fork:foundry