extended aurora scenarios + payment operation amounts

This commit is contained in:
Stephan D
2026-03-11 01:09:11 +01:00
parent e446486b77
commit 9ad2104d7d
46 changed files with 1057 additions and 193 deletions

View File

@@ -137,10 +137,11 @@ make infra-up
make services-up
# Or start specific service groups
make build-core # discovery, ledger, billing-fees
make build-core # discovery, ledger, billing-fees, billing-documents
make build-fx # fx-oracle, fx-ingestor
make build-payments # payments-orchestrator
make build-gateways # chain, mntx, tgsettle
make build-payments # payments-orchestrator, payments-quotation, payments-methods
make build-gateways # chain, tron, aurora, chsettle
make build-backend # notification, callbacks, bff
```
---