No description
  • TypeScript 98%
  • CSS 0.9%
  • Dockerfile 0.5%
  • JavaScript 0.3%
  • Shell 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Aexora 0ce23b7b65
Some checks failed
CI / build (push) Has been cancelled
Rebrand to Bank of Aexora with AFR member and governance surfaces.
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.
2026-07-18 04:13:55 -04:00
.github/workflows Add CCTP deposit UI with automatic wallet registration on connect. 2026-05-25 01:45:20 -04:00
design/brand Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
docs Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
packages Add professional dashboard UI with wallet and trading actions 2026-05-24 18:56:19 -04:00
public Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
scripts Polish portfolio UI and responsive mobile/web shell. 2026-05-23 10:29:43 -04:00
src Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
.dockerignore Fix Coolify ENOSPC dashboard builds: slimmer Docker build. 2026-05-23 01:28:58 -04:00
.env.example Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
.env.sepolia.example Add CCTP deposit UI with automatic wallet registration on connect. 2026-05-25 01:45:20 -04:00
.gitattributes Fix Coolify deploy: compose env parsing and git LFS attributes. 2026-05-23 10:35:58 -04:00
.gitignore Initial Aexora Dashboard: Next.js BFF over Fabric gateway. 2026-05-22 23:45:21 -04:00
docker-compose.coolify-proxy.yml Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
docker-compose.yml Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
Dockerfile Fix Coolify ENOSPC dashboard builds: slimmer Docker build. 2026-05-23 01:28:58 -04:00
next-env.d.ts Initial Aexora Dashboard: Next.js BFF over Fabric gateway. 2026-05-22 23:45:21 -04:00
next.config.mjs Fix Coolify ENOSPC dashboard builds: slimmer Docker build. 2026-05-23 01:28:58 -04:00
package-lock.json Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
package.json Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
postcss.config.mjs Initial Aexora Dashboard: Next.js BFF over Fabric gateway. 2026-05-22 23:45:21 -04:00
README.md Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
sentry.client.config.ts Add Bugsink error tracking via Sentry-compatible SDK. 2026-05-23 00:22:17 -04:00
sentry.edge.config.ts Add Bugsink error tracking via Sentry-compatible SDK. 2026-05-23 00:22:17 -04:00
sentry.server.config.ts Add Bugsink error tracking via Sentry-compatible SDK. 2026-05-23 00:22:17 -04:00
tailwind.config.ts Rebrand to Bank of Aexora with AFR member and governance surfaces. 2026-07-18 04:13:55 -04:00
tsconfig.json Add CCTP deposit UI with automatic wallet registration on connect. 2026-05-25 01:45:20 -04:00

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