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

View File

@@ -0,0 +1,33 @@
# Quick Start - Deployment with PRIVATE_KEY
**Date**: 2025-12-24
**PRIVATE_KEY**: `0x5373d11ee2cad4ed82b9208526a8c358839cbfe325919fb250f062a25153d1c8`
---
## One-Line Setup
```bash
cd /home/intlc/projects/proxmox/smom-dbis-138 && cat > .env << 'EOF'
# Chain 138 RPC Configuration
RPC_URL_138=http://192.168.11.250:8545
RPC_URL=http://192.168.11.250:8545
PRIVATE_KEY=0x5373d11ee2cad4ed82b9208526a8c358839cbfe325919fb250f062a25153d1c8
EOF
chmod 600 .env && source .env && echo "✅ PRIVATE_KEY configured. Deployer: $(cast wallet address $PRIVATE_KEY)"
```
---
## Deploy All Contracts
```bash
cd /home/intlc/projects/proxmox/smom-dbis-138
source .env
./scripts/deploy-and-integrate-all.sh
```
---
**That's it!** The script will handle everything automatically.