Multi-currency virtual wallet service. Hold/release mechanics, balance tracking, and transaction history built on the Ledger.
- Multi-currency virtual wallets
- Hold and release mechanics
- Balance queries with metadata
- Transaction history per wallet
- Built on double-entry ledger
docker compose up -d
curl -X POST http://localhost:8080/v2/wallets \
-H "Content-Type: application/json" \
-d '{"name": "user-wallet-001"}'
curl -X POST http://localhost:8080/v2/wallets/{id}/credit \
-d '{"amount": {"amount": 10000, "asset": "USD/2"}}'MIT — see LICENSE