Skip to content
Tiana_ edited this page May 30, 2026 · 1 revision

FinCore Engine - Wiki

Open-source fintech core: double-entry ledger, payment orchestration, KYC/AML compliance, JSON-DSL decision engine. License: BSL 1.1 → Apache 2.0 (4-year change date) · Stack: Kotlin · Spring Boot 3.5 · Hibernate · PostgreSQL · Redpanda · Keycloak

Source of truth for project documentation. The repo's README is short; the deep documentation lives here.


Quickstart

git clone https://github.com/tiana-code/fincore-engine
cd fincore-engine
docker compose up -d
./scripts/demo.sh

In 30 seconds you have a sandbox fintech: accounts, transactions, payments, decisions. See Getting-Started.


Map

Strategy & Vision

  • Vision - what we're building and why
  • Roadmap - release timeline
  • FAQ - common questions

Architecture

Domain

API

Decisions

Development

Planning

Operations


Recent updates

  • 2026-04-25: Initial Wiki structure created (this version)

(Updated automatically by maintainer.)


Contributing

See CONTRIBUTING.md in the repo, plus:


License

BSL 1.1 - see the LICENSE file. Why BSL? See ADR-0002 and ADR-0009.

Each release auto-converts to Apache 2.0 four years after release date.

Clone this wiki locally