Run OpeniBank locally

Start with the OpeniBank core runtime. This path gives you deterministic demos, API access, and receipt verification workflows before production rollout.

# Install from release artifact (with verification in installer)

curl -fsSL https://raw.githubusercontent.com/openibank/openibank/main/scripts/install.sh | bash

# Launch deterministic demo

openibank demo --seed 42

# Start unified server

cargo run --release -p openibank-server

Open core repositoryDeveloper portalBook rollout demo