Getting started

Clone the OpeniBank repos and run the marketing site locally.

OpeniBank consists of two parts: the core runtime (Resonators, wallets, receipts) and this marketing + docs site.

Clone the core runtime

git clone https://github.com/openibank/openibank/

The core OpeniBank repo contains the Resonator runtime, commitment policies, and wallet services. It is separate from this marketing site.

Run the website

pnpm install
pnpm dev

Open the site at http://localhost:3000.

Next steps

Explore the Resonance model and local LLM setup to understand how OpeniBank keeps money movements gated by commitments.