...
# Clone and setup
git clone https://github.com/blockether/blockether-foundation.git
cd blockether-foundation
# Development environment
uv venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
uv pip install -e ".[dev]"
# Quality checks
poe check-all # Run all tests and quality checks