Skip to content

hanzofi/flows

 
 

Repository files navigation

Hanzo Fi Flows

Workflow orchestration for financial operations. Define multi-step payment flows, approval chains, and automated treasury operations.

Features

  • Visual workflow definition
  • Multi-step transaction orchestration
  • Conditional branching and retry logic
  • Approval gates and manual steps
  • Integration with Ledger, Payments, and Wallets

Quick Start

docker compose up -d

curl -X POST http://localhost:8080/v2/orchestration/workflows \
  -H "Content-Type: application/json" \
  -d '{
    "name": "payment-flow",
    "stages": [...]
  }'

License

MIT — see LICENSE

About

Payment flow orchestration & workflows

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 99.2%
  • Other 0.8%