git clone https://github.com/BlockRunAI/blockrun-llm
cd blockrun-llm
pip install -e ".[dev,solana]"pytest # Run tests
black blockrun_llm/ # Format
ruff check blockrun_llm/ # Lint
mypy blockrun_llm/ # Type check- Python >= 3.9
- Black formatting (line-length 100)
- Ruff linting (line-length 100)
- mypy strict mode
- All tests must pass
- Fork the repo
- Create a feature branch
- Run
pytest,black,ruff,mypy - Submit PR with clear description
MIT