Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m14s
CI/CD Pipeline / Security Scanning (push) Successful in 2m34s
CI/CD Pipeline / Lint and Format (push) Failing after 40s
CI/CD Pipeline / Terraform Validation (push) Failing after 24s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 26s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 37s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 22s
Validation / validate-genesis (push) Successful in 24s
Validation / validate-terraform (push) Failing after 24s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 10s
Validation / validate-security (push) Failing after 1m22s
Validation / validate-documentation (push) Failing after 17s
Verify Deployment / Verify Deployment (push) Failing after 47s
Add VITE_ECOSYSTEM build profiles, Z-only nginx vhosts, standalone Z production stack script, and remove Z Chain from OMNL registry. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"$schema": "Z Ecosystem link map — zblockchainsystem.com only",
|
|
"version": "1.0.0",
|
|
"updated": "2026-07-07",
|
|
"brand": "Z Blockchain System",
|
|
"publicUrl": "https://zblockchainsystem.com",
|
|
"routes": {
|
|
"hub": "/z",
|
|
"wallet": "/z-wallet",
|
|
"swap": "/swap",
|
|
"onlineBank": "/central-bank",
|
|
"zBotHealth": "/api/v1/z-bot/health",
|
|
"zWalletCorridors": "/api/v1/z-wallet/corridors",
|
|
"settlementHealth": "/settlement/health",
|
|
"zBankSettle": "/settlement/z-bank/settle-m0-m4"
|
|
},
|
|
"productionPortals": {
|
|
"zEcosystem": "https://zblockchainsystem.com/z",
|
|
"zWallet": "https://zblockchainsystem.com/z-wallet",
|
|
"zSwap": "https://zblockchainsystem.com/swap",
|
|
"zOnlineBank": "https://zblockchainsystem.com/central-bank"
|
|
},
|
|
"subdomains": {
|
|
"rpc": "https://rpc.zblockchainsystem.com",
|
|
"explorer": "https://explorer.zblockchainsystem.com"
|
|
},
|
|
"local": {
|
|
"frontend": "http://localhost:3002",
|
|
"zHub": "http://localhost:3002/z",
|
|
"zWallet": "http://localhost:3002/z-wallet",
|
|
"zBotHealth": "http://localhost:3000/api/v1/z-bot/health",
|
|
"settlementHealth": "http://localhost:3011/api/v1/settlement/health",
|
|
"chainRpc": "http://127.0.0.1:8546"
|
|
}
|
|
}
|