0
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
A repository of Solana program examples
Documentation
92
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
A license file is present.
Engineering
88
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (basics/account-data/anchor/tests).
CI is configured (.github/workflows/rust.yml).
Linter or formatter configured (biome.jsonc).
Lockfile present (Cargo.lock). Installs are reproducible.
Project health
89
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 523Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 1,419Watchers
Responsiveness
- 10hMedian issue response
- 3d 3hMedian PR merge time
- 13Open issues
Repository files19 root entries
- .githubGood: CI is configured (.github/workflows/rust.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.
- .husky
- .reference
- .vscode
- basicsGood: Test files detected (basics/account-data/anchor/tests).
- compression
- gamesGood: A license file is present.Good: Environment pinned via games/world-cup/pinocchio/.nvmrc.Good: Security policy present.
- oracles
- scripts
- tokens
- tools
- .gitignoreGood: .gitignore present.
- biome.jsoncGood: Linter or formatter configured (biome.jsonc).
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- package.json
- pnpm-lock.yaml
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.