0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Open-source self-hosted cryptocurrency payment gateway. Accept USDT, BTC, ETH — zero platform fees, 100+ blockchains, 3-min Docker deploy, full self-custody of private keys. Built-in MistTrack risk control.
Documentation
93
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
62
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
Test files detected (conftest.py).
Lockfile present (uv.lock). Installs are reproducible.
Linter or formatter configured (pay-fronted/eslint.config.js).
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.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)
- 7Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 146Watchers
Responsiveness
- -Median issue response
- -Median PR merge time
- 0Open issues
Repository files25 root entries
- .claude
- .githubGood: Issue or PR templates present.
- composeGood: Environment pinned via compose/dev/django/Dockerfile.
- config
- locale
- pay-frontedGood: Linter or formatter configured (pay-fronted/eslint.config.js).
- scripts
- xcash
- .dockerignore
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- AGENTS.md
- API.md
- Caddyfile
- conftest.pyGood: Test files detected (conftest.py).
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.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.
- docker-compose.dev.yml
- docker-compose.yml
- LICENSEGood: Licensed under MIT.
- Makefile
- manage.py
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.en.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.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.