No description
- TypeScript 98%
- CSS 0.9%
- Dockerfile 0.5%
- JavaScript 0.3%
- Shell 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
CI / build (push) Has been cancelled
Point the BFF at afr.aexoradao.com and add Send, Add money, Floor Funding, Stewards, and Ops flows over the existing Authentik + Fabric gateway stack. |
||
| .github/workflows | ||
| design/brand | ||
| docs | ||
| packages | ||
| public | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .env.sepolia.example | ||
| .gitattributes | ||
| .gitignore | ||
| docker-compose.coolify-proxy.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| next-env.d.ts | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| sentry.client.config.ts | ||
| sentry.edge.config.ts | ||
| sentry.server.config.ts | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
Bank of Aexora (BoA)
Member Payment Gateway UI for the Aexora Federal Reserve (AFR SS-PIC). Authentik login · BoA Next.js BFF · AFR Fabric gateway at https://afr.aexoradao.com.
Browser → Bank of Aexora (this app) → AFR gateway → Hyperledger Fabric
↑
Authentik OIDC
Product surfaces
| Area | Routes |
|---|---|
| Home | Cash hero, save, send, add money |
| Send | P2P AXC transfer |
| Add money | CCTP USDC + ops attest receipts |
| Save | AXB yield |
| Activity | Orders / history |
| Invest | Spot markets (secondary) |
| Governance | FFA, VFP, budget seeds, Stewards |
| Operations | Ensure AFR, enterprises, allocate, segregation (admin) |
Env (Coolify)
| Variable | Example |
|---|---|
GATEWAY_URL |
https://afr.aexoradao.com |
GATEWAY_API_KEY |
Same secret as fabric-gateway |
NEXTAUTH_URL |
Public BoA URL |
AUTHENTIK_* |
OIDC app |
ADMIN_ACCOUNT_IDS |
Ops / Steward wallets |
See .env.example and docs/COOLIFY_DEPLOY.md.
Local
cp .env.example .env
# GATEWAY_URL=https://afr.aexoradao.com
npm install && npm run dev
Remotes
- Source heritage: Aexora-Dashboard
- Canonical:
https://git.aexoradao.com/epistemophiliac/BoA.git
Apache-2.0