Replace hardcoded single-wallet static site with a dynamic platform that can explore any Safe multi-sig wallet across 7 chains via live Safe Global API data. New files: - js/safe-api.js: Browser-side Safe Transaction Service API client - js/data-transform.js: API response to D3 visualization transforms - js/router.js: URL-based state management and shared address bar Modified: - index.html: Rich homepage with wallet input, ELI5, viz cards, demo CTA - wallet-visualization.html: Dynamic single-chain Sankey from live data - wallet-timeline-visualization.html: Dynamic Balance River from live data - wallet-multichain-visualization.html: Dynamic multi-chain flow from live data - Dockerfile: Copy js/ directory alongside HTML files - docker-compose.yml: Add rwallet.online domain to Traefik routing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| js | ||
| .gitignore | ||
| Dockerfile | ||
| docker-compose.yml | ||
| index.html | ||
| wallet-multichain-visualization.html | ||
| wallet-timeline-visualization.html | ||
| wallet-visualization.html | ||