ALCHEMY_API_KEY=<alchemy api key>
TEST_PROFILE=default
curl -L https://foundry.paradigm.xyz | bash
forge install
make test_block
make test_all
make test_summary
make test_coverage
Generate natspec documentation locally with make docs_local
Generate and build documentation to ./documentation with make docs_build