Commit Graph

10 Commits

Author SHA1 Message Date
Krystie 461284080d Add social media icons and TRI coin logo favicon 2026-03-27 02:59:27 -07:00
sami7777 e4722ed340 Add transaction summaries to explorer tables 2026-03-25 21:55:55 -07:00
Krystie cd20c6c12e Add GitHub link to footer 2026-03-24 21:11:43 +01:00
Krystie dcbad760aa Add Telegram and Discord links to footer 2026-03-24 21:09:45 +01:00
Krystie b76141b1ff Verify auto-deploy 2026-03-24 10:59:30 +01:00
Krystie 4af7b2fc07 Test webhook auto-deploy 2026-03-24 10:57:02 +01:00
Krystie 138d1cbbe0 Update README to emphasize public URL (blocks.cryptographic-triangles.org) 2026-03-24 10:21:02 +01:00
Krystie 76da87243f Add comprehensive README with installation and deployment instructions 2026-03-24 10:17:07 +01:00
Krystie 588e24174d Update theme to black/red color scheme, improve API integration and component reactivity 2026-03-24 10:13:51 +01:00
sami7777 b6a4bd0418 Initial SvelteKit block explorer for Triangles blockchain
Full-featured explorer consuming the daemon REST API:
- Home dashboard with chain stats, latest blocks, staking info
- Block list with pagination and block detail pages
- Transaction detail with inputs/outputs tables
- Address lookup with balance, UTXOs, and tx history
- Staking dashboard with difficulty chart (Chart.js)
- Network info with peer table
- Mempool viewer
- API documentation page for all 30+ REST endpoints
- Search by block hash, height, txid, or address
- Dark theme with Tailwind CSS v4
- SSR via adapter-node for SEO

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 21:04:36 -07:00