rwadurian/backend/services
Developer 845d841bca feat(wallet-service): Implement complete wallet service with DDD architecture
- Add domain layer with aggregates (WalletAccount, LedgerEntry, DepositOrder, SettlementOrder)
- Add value objects (Money, Balance, Hashpower, UserId, etc.)
- Add domain events for event-driven architecture
- Implement application layer with CQRS commands and queries
- Add infrastructure layer with Prisma repositories
- Implement REST API with NestJS controllers
- Add JWT authentication with guards and strategies
- Add comprehensive unit tests (69 tests) and E2E tests (23 tests)
- Add documentation: ARCHITECTURE.md, API.md, DEVELOPMENT.md, TESTING.md, DEPLOYMENT.md
- Add E2E testing guide for WSL2 environment

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 09:13:57 -08:00
..
admin-service first commit 2025-11-23 21:21:44 -08:00
authorization-service first commit 2025-11-23 21:21:44 -08:00
backup-service . 2025-11-29 22:25:57 -08:00
identity-service . 2025-11-30 06:44:57 -08:00
leaderboard-service first commit 2025-11-23 21:21:44 -08:00
mpc-service feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
planting-service first commit 2025-11-23 21:21:44 -08:00
referral-service first commit 2025-11-23 21:21:44 -08:00
reporting-service first commit 2025-11-23 21:21:44 -08:00
reward-service first commit 2025-11-23 21:21:44 -08:00
wallet-service feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00