88

/ 100

GradeB

A top-tier open source project. Docs, tests, and CI are all in excellent shape.

Top 16% of 5,156 graded repos

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

Rust14,918Apache-2.01y ago

Top fixes

Highest-impact changes first, ranked by point weight

10 to address
  1. 1
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

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

94

Contributing guide5pt80

Contributing guide is detailed and thorough.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

87

CI/CD14pt57

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

Reproducibility6pt92

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

Tests18pt100

Test files detected (bench-tps/tests).

Linting and formatting5pt100

Rust linting configured (docs/.eslintrc).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

79

Activity5pt20

No pushes in over a year (−80 pts).

A recent commit signals the project is alive and worth contributing to.

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 0 / 0
    Commits (30d / 90d)
  • 5,718
    Forks
  • 521
    Releaseslatest 8y ago

Community

  • 75% - Good
    Community health
  • 6 bus factor
    authors own >50% of commits
  • 14,918
    Watchers

Responsiveness

  • 4d 23h
    Median issue response
  • <1h
    Median PR merge time
  • 265
    Open issues
Repository files127 root entries
  • .buildkite
  • .github
    Good: CI is configured (.github/workflows/cargo.yml).
    Good: Dependabot configured for cargo.
    Good: Issue or PR templates present.
  • account-decoder
  • accounts-bench
  • accounts-cluster-bench
  • accounts-db
  • banking-bench
  • banks-client
  • banks-interface
  • banks-server
  • bench-streamer
  • bench-tps
    Good: Test files detected (bench-tps/tests).
  • bloom
  • bucket_map
  • cargo-registry
  • cd
  • ci
    Good: Environment pinned via ci/docker/Dockerfile.
  • clap-utils
  • clap-v3-utils
  • cli
  • cli-config
  • cli-output
  • client
  • client-test
  • connection-cache
  • core
  • cost-model
  • docs
    Good: Rust linting configured (docs/.eslintrc).
  • dos
  • download-utils
  • entry
  • faucet
  • frozen-abi
  • genesis
  • genesis-utils
  • geyser-plugin-interface
  • geyser-plugin-manager
  • gossip
  • install
  • keygen
  • ledger
  • ledger-tool
  • local-cluster
  • log-analyzer
  • logger
  • measure
  • memory-management
  • merkle-root-bench
  • merkle-tree
  • metrics
  • multinode-demo
  • net
  • net-shaper
  • net-utils
  • notifier
  • perf
  • poh
  • poh-bench
  • program-runtime
  • program-test
  • programs
  • pubsub-client
  • quic-client
  • rayon-threadlimit
  • rbpf-cli
  • remote-wallet
  • rpc
  • rpc-client
  • rpc-client-api
  • rpc-client-nonce-utils
  • rpc-test
  • runtime
  • runtime-transaction
  • scripts
  • sdk
  • send-transaction-service
  • stake-accounts
  • storage-bigtable
  • storage-proto
  • streamer
  • svm
  • system-test
  • test-validator
  • thin-client
  • tokens
  • tpu-client
  • transaction-dos
  • transaction-status
  • turbine
  • udp-client
  • unified-scheduler-logic
  • unified-scheduler-pool
  • upload-perf
  • validator
  • version
  • vote
  • watchtower
  • web3.js
  • wen-restart
  • zk-keygen
  • zk-token-sdk
  • .clippy.toml
  • .codecov.yml
  • .gitignore
    Good: .gitignore present.
  • .mergify.yml
  • .travis.yml
  • cargo
  • cargo-build-bpf
  • cargo-build-sbf
  • cargo-test-bpf
  • cargo-test-sbf
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Good: Contributing guide describes code style expectations.
    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.
  • fetch-perf-libs.sh
  • fetch-spl.sh
  • LICENSE
    Good: Licensed under Apache-2.0.
  • nextest.toml
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    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.
  • RELEASE.md
  • run.sh
  • rust-toolchain.toml
  • rustfmt.toml
  • SECURITY.md
    Good: Security policy present.
  • test-abi.sh
  • vercel.json
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-labs/solana)](https://www.repo-grade.com/report/solana-labs/solana)

More graded Rust repos