feat: nostr transport layer for HTTP-free API access
feat(extensions): add split payments extension
feat(extensions): add LNURL-withdraw extension
feat(extensions): add extension loader infrastructure
Extension: Cash Provider (ATM liquidity funding)
Enhancement: Per-provider commission rates
Each cash provider should be able to set their own desired commission rate when funding a machine. For example:
- Provider A funds $5,000 at 10%…
Extension: Satoshi Machine (DCA Distribution)
Superseded by #15
The original DCA approach (SSH polling Lamassu PostgreSQL, hourly cron, separate admin/client extensions) has been redesigned as a Nostr-native Cash Provider system in…