Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Local Netlify folder
.netlify
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM rust:1.68-slim
RUN apt-get update && apt-get install -y python3 python3-pip bash
WORKDIR /app
COPY . .
RUN cargo build --release
CMD ["bash", "scripts/full_system_check.sh"]

36 changes: 36 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Netlify Configuration - Free Tier Optimized
# Ensuring Continuous Deployment from GitHub

[build]
# Public directory with index.html
publish = "."

# Directory where netlify functions are located
functions = "netlify/functions"

# Proxy rules to shorten API paths
[[redirects]]
from = "/api/prices"
to = "/.netlify/functions/prices"
status = 200

[[redirects]]
from = "/api/trades"
to = "/.netlify/functions/trades"
status = 200

[[redirects]]
from = "/api/orderbook"
to = "/.netlify/functions/orderbook"
status = 200

# Security Headers
[[headers]]
for = "/*"
[headers.values]
# Restrict frame loading for anti-phishing
X-Frame-Options = "DENY"
# Basic CORS policy for conceptual functions
Access-Control-Allow-Origin = "*"
# Strict Origin Policy
Referrer-Policy = "strict-origin-when-cross-origin"
15 changes: 15 additions & 0 deletions replit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# PiRC Vanguard Bridge - Launch Platform (Replit Edition)

## ✅ Official Launch Platform Complete (2026-03-22)

- **CEX Rule**: Hold 1 PI → Lock into 10M Liquidity Pool (minimum 1000 CEX)
- **Blue π Symbol**: Stable value in the 314 System
- **Liquidity Accumulation**: Volume × 31,847
- **Governance Voting**: Full transparency and fairness
- **Warehouse Mechanism**: Real-time data from OKX + MEXC + Kraken

### Quick Commands for the Team:
1. `./scripts/launch_platform_check.sh`
2. Open the live dashboard: https://c5d0b78a-8ece-460f-b8b4-64709c799a5e-00-3ag91petmaehl.pike.replit.dev

Everything runs automatically with zero cost.