Polished and well engineered. Punching above its star count.

Toolchain for TON smart contract development and beyond

Documentation

95

README12pt90

README is present.

Contributing guide5pt93

Contributing guide is detailed and thorough.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

85

CI/CD14pt57

CI is configured (.github/workflows/build-docker-image.yml).

Reproducibility6pt80

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

Tests18pt100

Test files detected (crates/acton-test-ui/e2e/fanout-graph.spec.ts).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

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

  • 197 / 1079
    Commits (30d / 90d)
  • 56
    Forks
  • 39
    Releaseslatest 3mo ago

Community

  • 75% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 386
    Watchers

Responsiveness

  • 58d 23h
    Median issue response
  • <1h
    Median PR merge time
  • 30
    Open issues
Repository files39 root entries
  • .cargo
  • .config
  • .github
    Good: CI is configured (.github/workflows/build-docker-image.yml).
    Good: Issue or PR templates present.
  • assets
  • crates
    Good: Licensed under Apache-2.0.
    Good: Test files detected (crates/acton-test-ui/e2e/fanout-graph.spec.ts).
  • docs
  • lib
  • src
  • tests
  • xtask
  • _typos.toml
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .mailmap
  • Acton.toml
  • biome.jsonc
  • build.rs
  • bun.lock
  • bunfig.toml
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • clippy.toml
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • 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.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • dist-workspace.toml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • justfile
  • LICENSE-APACHE
  • LICENSE-MIT
  • netlify.toml
  • package.json
  • 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.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • RELEASING.md
  • rust-toolchain.toml
  • rustfmt.toml
  • SECURITY.md
    Good: Security policy present.