Local Portal User Management
Self-hosted account governance for operators running local OpeniBank stacks. Roles, MFA, and account status are managed directly in the local portal.
Open Local UsersRun production-grade financial infrastructure: clearing houses, settlement engines, trading hosts, and iCreditChain validators. Deploy privately, as a consortium, or join the public network.
Each node type serves a specific role in the financial network. Deploy one or all depending on your requirements.
Multilateral netting engine that computes net positions across all participants in a clearing cycle. Conservation-proven settlement with zero residual.
POST /v1/clearing/settleExecutes settlement legs produced by the clearing house. Each leg flows through the CommitmentGate pipeline for atomic, auditable fund movement.
POST /v1/transfersRuns the BTreeMap orderbook matching engine. Receives orders from connected participants, matches at price-time priority, and reports fills.
POST /v1/tradesParticipates in Jolteon BFT consensus on the iCreditChain network. Validates transactions, produces blocks, and maintains the distributed ledger.
REST API :8090/v1Choose the deployment model that fits your organization. All modes use the same Rust codebase and security primitives.
Single-organization deployment with full control over all nodes.
Multi-organization deployment with shared governance and open validator enrollment.
Open network connected to iCreditChain mainnet with permissionless participation.
Every enterprise deployment shares the same layered architecture, ensuring consistency from development to production.
Deploy a private 3-validator network in minutes using Docker Compose.
$ git clone https://github.com/openibank/openibank
$ cd openibank/deploy/private
$ cp .env.example .env
$ ./scripts/deploy.sh
# 3 validators running on localhost:8090, :8091, :8092
# REST API available at localhost:3000
# Trading UI at localhost:3001
Manage users either in local self-hosted mode or in online enterprise mode. Both follow role-based access and auditable account lifecycle controls.
Self-hosted account governance for operators running local OpeniBank stacks. Roles, MFA, and account status are managed directly in the local portal.
Open Local UsersEnterprise tenant account management with federated identity patterns, policy controls, and audit-ready access lifecycle tracking.
Open Online UsersStart with a private deployment, explore the node architecture, or contact us for consortium setup assistance.