Add full monorepo: virtual-banker, backend, frontend, docs, scripts, deployment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-10 11:32:49 -08:00
parent aafcd913c2
commit 88bc76da91
815 changed files with 125522 additions and 264 deletions

7
frontend/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Explorer API base URL (used for blocks, transactions, addresses, and /api/config/token-list).
# Production at https://explorer.d-bis.org: leave empty or set to https://explorer.d-bis.org (same origin).
# Local dev: http://localhost:8080 (or your API port).
NEXT_PUBLIC_API_URL=https://explorer.d-bis.org
# Chain ID for the explorer (default: Chain 138 - DeFi Oracle Meta Mainnet).
NEXT_PUBLIC_CHAIN_ID=138