A comprehensive application for managing agents, encrypted data hubs, and integration with ShadowNet and ShadowMarket platforms.
- Agent Management & Registration
- Real-time Protocol Activity Monitoring
- End-to-End Encrypted Data Handling
- ShadowNet & ShadowMarket Hub Integration
- User Authentication & Authorization
- Secure API Endpoints
- Frontend: Next.js/React with TypeScript
- Backend: Node.js with Express
- Database: MongoDB
- Encryption: TweetNaCl.js
- Authentication: JWT
SPECTRES/
├── backend/
│ ├── src/
│ │ ├── routes/
│ │ ├── middleware/
│ │ ├── utils/
│ │ ├── models/
│ │ └── server.js
│ └── package.json
├── frontend/
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ ├── services/
│ │ └── App.tsx
│ └── package.json
├── docker-compose.yml
└── ARCHITECTURE.md
See ARCHITECTURE.md for detailed setup instructions.