0

/ 100

GradeB

A well-known project done right. Strong docs and solid engineering throughout.

Top 14% of 5,156 graded repos

A repository of Solana program examples

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

  2. 2
    Issue and PR templates6pt

    Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

  3. 3
    Dependency manifest6pt

    Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.

  4. 4
    Dependency manifest6pt

    Add a `keywords` array to help people find your package on npm.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

92

Contributing guide5pt84

Contributing guide is detailed and thorough.

README12pt85

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

A license file is present.

Engineering

88

Issue and PR templates6pt0

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.

Tests18pt100

Test files detected (basics/account-data/anchor/tests).

CI/CD14pt100

CI is configured (.github/workflows/rust.yml).

Linting and formatting5pt100

Linter or formatter configured (biome.jsonc).

Reproducibility6pt100

Lockfile present (Cargo.lock). Installs are reproducible.

Project health

89

Dependency manifest6pt65

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 523
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 1,419
    Watchers

Responsiveness

  • 10h
    Median issue response
  • 3d 3h
    Median PR merge time
  • 13
    Open issues
Repository files19 root entries
  • .github
    Good: CI is configured (.github/workflows/rust.yml).
    Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.
  • .husky
  • .reference
  • .vscode
  • basics
    Good: Test files detected (basics/account-data/anchor/tests).
  • compression
  • games
    Good: A license file is present.
    Good: Environment pinned via games/world-cup/pinocchio/.nvmrc.
    Good: Security policy present.
  • oracles
  • scripts
  • tokens
  • tools
  • .gitignore
    Good: .gitignore present.
  • biome.jsonc
    Good: Linter or formatter configured (biome.jsonc).
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CONTRIBUTING.md
    Good: 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.md
    Good: 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.
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/solana-foundation/program-examples)](https://www.repo-grade.com/report/solana-foundation/program-examples)

More graded TypeScript repos