22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# Plexus Documentation
|
|
|
|
Welcome to the official documentation for **Plexus**, a decentralized crypto chat application.
|
|
|
|
## 📖 Table of Contents
|
|
|
|
- [Architecture Overview](file:///home/sinan/Documents/repositories/local/plexus/docs/architecture.md) - How the system works.
|
|
- [Development Guide](file:///home/sinan/Documents/repositories/local/plexus/docs/development.md) - Guidelines for contributors.
|
|
- [Task Tracker](file:///home/sinan/Documents/repositories/local/plexus/docs/tasks.md) - How to use the internal task management system.
|
|
- [Scalability & Roadmap](file:///home/sinan/Documents/repositories/local/plexus/docs/scalability.md) - Thinking bigger.
|
|
|
|
## 🚀 Quick Start
|
|
|
|
To get started with development, please refer to the [Development Guide](file:///home/sinan/Documents/repositories/local/plexus/docs/development.md).
|
|
|
|
## 🛠 Tech Stack
|
|
|
|
- **Frontend**: Vue 3, Vite, TailwindCSS, Pinia.
|
|
- **Backend**: Node.js, Express, Socket.IO.
|
|
- **Database**: DuckDB (for chat history and task tracking).
|
|
- **Blockchain**: Solana (simulated transactions).
|