chore: update submodule references and documentation
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled

- Marked submodules ai-mcp-pmm-controller, explorer-monorepo, and smom-dbis-138 as dirty to reflect recent changes.
- Updated documentation to clarify operator script usage, including dotenv loading and task execution instructions.
- Enhanced the README and various index files to provide clearer navigation and task completion guidance.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-04 02:03:08 -08:00
parent 70eadb7bf0
commit e4c9dda0fd
246 changed files with 17774 additions and 93 deletions

View File

@@ -110,10 +110,8 @@
## 🎯 Quick Wins (< 1 hour)
1. **Add Wallet link to explorer navbar** (15 min)
- SSH to explorer VM (e.g. VMID 5000).
- Edit the main page (e.g. `sudo nano /var/www/html/index.html` or the Blockscout nav template).
- In the navigation section add: `<a href="/wallet">Wallet</a>`.
- Save and reload https://explorer.d-bis.org — Wallet should appear in the nav.
- **Runbook:** [EXPLORER_WALLET_LINK_QUICK_WIN.md](04-configuration/EXPLORER_WALLET_LINK_QUICK_WIN.md) — options for Blockscout frontend, static HTML, and one-liner.
- SSH to explorer VM (e.g. VMID 5000). Edit the main page or Blockscout nav template; add `<a href="/wallet">Wallet</a>` in the nav. Save and reload https://explorer.d-bis.org.
2. **CoinGecko submission** (1 hour)
- Follow guide: `docs/04-configuration/coingecko/COINGECKO_SUBMISSION_GUIDE.md`