{{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.