Polished and well engineered. Punching above its star count.
Toolchain for TON smart contract development and beyond
Documentation
95
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
85
CI is configured (.github/workflows/build-docker-image.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (crates/acton-test-ui/e2e/fanout-graph.spec.ts).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
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)
- 56Forks
- 39Releaseslatest 3mo ago
Community
- —Community health
- —authors own >50% of commits
- 384Watchers
Responsiveness
- 58d 23hMedian issue response
- <1hMedian PR merge time
- 29Open issues
Repository files39 root entries
- .cargo
- .config
- .githubGood: CI is configured (.github/workflows/build-docker-image.yml).Good: Issue or PR templates present.
- assets
- cratesGood: 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
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mailmap
- Acton.toml
- biome.jsonc
- build.rs
- bun.lock
- bunfig.toml
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- clippy.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: 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
- DockerfileGood: Environment pinned via Dockerfile.
- justfile
- LICENSE-APACHE
- LICENSE-MIT
- netlify.toml
- package.json
- README.mdGood: 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.mdGood: Security policy present.