💰 Currency — Sample Scenes¶
These scenes demonstrate the full Currency System, including core operations, policies, exchange, batching, persistence, escrow, UI, and inventory-backed currency.
Scenes¶
| Scene | Description |
|---|---|
| 00 • Currency Basics | Adding/spending, results, handlers. |
| 01 • Policy Caps | Currency caps, override policies, overflow. |
| 02 • Exchange | Conversions between multiple currencies. |
| 03 • Persistence | Saving/loading balances with persistence. |
| 04 • UI Bars | UI binding, notifications, visualisation. |
| 05 • Escrow | Escrow deposits and secure holding. |
| 06 • Idempotency | Repeat-safe operations and invariant behaviour. |
| 07 • Batch & Transactions | Atomic operations and grouped transactions. |
| 08 • Awaiters | Awaitable currency operations. |
| 09 • Inventory-Backed Currency | Bridging inventory items as currency. |