Solid engineering. The main gap is visibility.
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Documentation
89
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
79
No dependency lockfile found (−70 pts).
→ Commit poetry.lock, uv.lock, pdm.lock, Pipfile.lock, conda-lock.yml, or another lockfile for your Python dependency manager.
Test files detected (chia/wallet/puzzles/test_cc.py).
CI is configured (.github/workflows/build-linux-arm64-installer.yml).
Linter or formatter configured (.flake8).
Issue or PR templates present.
Project health
52
No pushes in over 2 years. Looks unmaintained (−95 pts).
→ A recent commit signals the project is alive and worth using.
Repository has a description.
Dependency manifest found (pyproject.toml).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 0Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 0Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files25 root entries
- .githubGood: CI is configured (.github/workflows/build-linux-arm64-installer.yml).Good: Dependabot covers 2 ecosystems (pip, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- build_scripts
- chiaGood: Test files detected (chia/wallet/puzzles/test_cc.py).
- tests
- .flake8Good: Linter or formatter configured (.flake8).
- .gitignoreGood: .gitignore present.
- .gitmodules
- .isort.cfg
- azure-pipelines.yml
- BUILD_TIMELORD.md
- CHANGELOG.md
- chia-blockchain-gui
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- install-gui.sh
- install-timelord.sh
- INSTALL.md
- install.sh
- LICENSEGood: Licensed under Apache-2.0.
- mozilla-ca
- mypy.ini
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- run-py-tests.sh
- setup.py