Implementation of bootstrap phase as outlined in YIP-72.
# Install foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
# Install ape
pip install eth-ape
# Install required ape plugins
ape plugins install .
ape test
ape test tests/pol_curve_lp.py --network ethereum:mainnet-fork