A well-known project done right. Strong docs and solid engineering throughout.
Documentation
92
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
86
CI is configured (.github/workflows/buf-check.yml).
Lockfile present (go.sum). Installs are reproducible.
Test files detected (admin/config_test.go).
Formatting enforced (.golangci.yml).
Issue or PR templates present.
Project health
84
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
Dependency manifest found (go.mod).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 880Forks
- 115Releaseslatest 3y ago
Community
- —Community health
- —authors own >50% of commits
- 2,841Watchers
Responsiveness
- 67dMedian issue response
- 23hMedian PR merge time
- 44Open issues
Repository files61 root entries
- .githubGood: CI is configured (.github/workflows/buf-check.yml).Good: Issue or PR templates present.
- adminGood: Test files detected (admin/config_test.go).
- app
- assets
- benchmark
- cmd
- contracts
- docker
- docs
- evmrpc
- example
- giga
- integration_test
- loadtest
- occ_tests
- parallelization
- precompiles
- proto
- ratelimiter
- scripts
- sei-cosmos
- sei-db
- sei-ibc-go
- sei-tendermintGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- sei-wasmd
- sei-wasmvm
- store
- sync
- tests
- testutil
- tools
- types
- utils
- wasmbinding
- whitepaper
- x
- .dockerignore
- .gitignoreGood: .gitignore present.
- .gitmodules
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- AGENTS.md
- buf.gen.yaml
- buf.lock
- buf.yaml
- CHANGELOG.md
- CLAUDE.md
- codecov.yml
- config.yml
- DockerfileGood: Environment pinned via Dockerfile.
- foundry.toml
- gen.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSE.mdGood: Licensed under Apache-2.0.
- link_directives_test.go
- Makefile
- mod_test.go
- 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.
- run_blocktests.sh
- SECURITY.mdGood: Security policy present.
- version.json