{{PROJECT_NAME}} is [PROJECT_DESCRIPTION]...
TODO
- 🚀 Feature 1
- ✅ Feature 2
- 📃 Feature 3
[PROJECT_REPOSITORY_NAME]/
├── packages/
│ ├── shared/ # Shared types and utilities
│ ├── smart-contracts/ # Solidity contracts + ZK circuits
│ │ ├── contracts/ # Smart contracts
│ │ ├── circuits/ # Circom ZK circuits
│ │ └── test/ # Contract tests
│ └── subgraph/ # The Graph indexing
├── services/
│ ├── api/ # Backend API (Node.js + PostgreSQL)
│ │ ├── src/controllers/ # API endpoints
│ │ └── src/middlewares/ # Auth, validation
│ │ ├── src/models/ # Data Models
│ │ ├── src/routes/ # API Routes with OpenAPI documentation
│ │ ├── src/services/ # Business logic
│ └── web/ # Frontend (Next.js + React)
│ ├── app/ # App router pages
│ ├── components/ # UI components
│ └── services/ # API clients, blockchain
└── infra/
└── docker-compose.yaml # Optional global infrastructure
TODO
TODO
TODO
TODO
See CONTRIBUTION.md to learn about contributions guidelines.
See CODE_OF_CONDUCT.md to learn about the code of conduct.
See the LICENSE file to learn more about this project's licensing.