Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,41 +333,7 @@ public/
init.js # App startup
```

## 📁 Repository Map (Quick Guide)

A simplified guide to help new contributors understand where to make changes:

### 🔙 Backend & Core Logic
- `src/agents/` → orchestration and agent logic
- `src/stellar/` → Stellar wallet and payments
- `src/server.js` → main backend entry point

### 🌐 Frontend (UI)
- `public/index.html` → main structure
- `public/assets/css/` → styles and layout
- `public/assets/js/` → frontend logic

### ⚙️ Configuration
- `src/config.js` → app configuration
- `.env` → environment variables

### 🧪 Scripts
- `src/demo.js` → demo pipeline
- `src/setup-wallets.js` → wallet setup
- `src/setup-usdc.js` → USDC setup

### 📚 Docs
- `README.md` → main docs
- `CONTRIBUTING.md` → contribution rules
- `docs/` → architecture docs

### 🛠️ Where to contribute

- Backend → `src/`
- Frontend → `public/assets`
- Docs → markdown files

> Tip: Keep contributions small and focused.

### Frontend Architecture

Expand Down