Compliance, ZK, and RWA infrastructure for Solana — built in the open.
87 repositories · 3 flagship projects · MIT licensed
Full ecosystem report → · Vision & architecture →
| I want to… | Go to |
|---|---|
| Enforce KYC/AML at the token level | solana-kyc-compliance-sdk |
| Build with zero-knowledge proofs | Aurora-zk-cryptography-framework |
| Prove identity without revealing it | zk-Identity-masks |
| See the live compliance engine | gitdigi-sol-ux7fw2nh.manus.space |
| Understand the full governance model | profile/README.md |
| Repo | Language | Progress | Status |
|---|---|---|---|
solana-kyc-compliance-sdk |
Rust + TypeScript | ████████████████░░░░ 80% |
🟢 Production-Ready |
Aurora-zk-cryptography-framework |
Rust | ██████████████░░░░░░ 70% |
🟡 Active |
zk-Identity-masks |
Zig + Mojo + TypeScript | ██████████░░░░░░░░░░ 50% |
🟡 Active |
Completion scores are computed automatically by
scripts/scan-org.shusing a transparent, reproducible rubric. See How completion is scored.
solana-kyc-compliance-sdk— Token-level KYC/AML enforcement via Token-2022 Transfer Hooks
Aurora-zk-cryptography-framework— Multi-layer ZK trust framework for Solanazk-Identity-masks— Privacy-preserving identity commitments and selective disclosure
Every repo is scored 0–100% across six measurable signals. No self-assigned badges — the number is computed, not claimed.
| Signal | Weight | Check |
|---|---|---|
| Has description | 5% | GitHub metadata |
| Has topics/tags | 5% | GitHub metadata |
| Has LICENSE | 10% | File exists |
| README > 500 bytes | 10% | File size |
| Has tests | 15% | tests/, *.test.*, *_test.* |
| Has CI workflows | 15% | .github/workflows/* |
| Commit in last 90 days | 20% | Commit history |
| Has release/tag | 20% | GitHub releases |
Tiers: Concept (0–24) · Prototype (25–49) · Active (50–74) · Production-Ready (75–89) · Mainnet (90–100)
Run the scanner yourself:
gh auth login
./scripts/scan-org.sh
# → writes status/report.md and status/<repo>.jsonThe JSON files power live shields.io badges on each repo's README:
🔐 Live status
Repo Live badge solana-kyc-compliance-sdk https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/GitDigital-Solana/.github/main/status/solana-kyc-compliance-sdk.json Aurora-zk-cryptography-framework https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/GitDigital-Solana/.github/main/status/Aurora-zk-cryptography-framework.json zk-Identity-masks https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/GitDigital-Solana/.github/main/status/zk-Identity-masks.json
📚 Documentation
Document What it covers profile/README.md Full ecosystem vision, governance model, tax-first architecture, polyglot rationale docs/completion-rubric.md Exact scoring methodology, tier definitions, how to improve a repo's score status/report.md Auto-generated report across all 87 repos CONTRIBUTING.md How to contribute (coming soon) SECURITY.md Vulnerability disclosure policy (coming soon)
🛠️ Repository structure
.github/
├── profile/
│ └── README.md # Org landing page (full vision + governance)
├── docs/
│ └── completion-rubric.md
├── scripts/
│ └── scan-org.sh # Scores every repo, writes status/*.json
├── status/
│ ├── report.md # Generated: all repos by tier
│ └── *.json # Generated: per-repo shields.io endpoints
├── README.md # ← this file
└── LICENSE
🤝 Support
License & ownership
Author & Code Owner:Rickcreator1987 & Rickcreator87 (Rickcreator1987)&(@Rickcreator87) License: MIT — see LICENSE
---
### What changed and why
| Before | After |
|--------|-------|
| 416-line README with badge wall, governance model, polyglot table, tax-first architecture — all in one file | Root README is ~120 lines: front door, navigation, live status, scoring rubric |
| 40+ self-assigned badges ("Sponsor Ready," "DD Ready," "Enterprise Ready") | 3 computed progress bars with a transparent, reproducible rubric |
| No way to tell which repos matter | "Start here" table + flagship section + tiered listing |
| Static, stale status | `scripts/scan-org.sh` regenerates `status/*.json`, shields.io badges auto-update |
| Vision document posed as a repo README | Vision lives in `profile/README.md`, linked once from the front door |