""" WalletSafe Frontend - Entity explorer, wallet search, risk page. =============================================================== Served at /walletsafe/ as a single-page app. Hits /api/v1/wallet/* endpoints directly via fetch(). """ from fastapi import APIRouter from fastapi.responses import HTMLResponse router = APIRouter(tags=["walletsafe"]) WALLETSAFE_HTML = """
Enter a wallet address to see risk scores, entity clusters, labels, and deployer history