Skip to content

hanzofi/wallets

 
 

Repository files navigation

Hanzo Fi Wallets

Multi-currency virtual wallet service. Hold/release mechanics, balance tracking, and transaction history built on the Ledger.

Features

  • Multi-currency virtual wallets
  • Hold and release mechanics
  • Balance queries with metadata
  • Transaction history per wallet
  • Built on double-entry ledger

Quick Start

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"}}'

License

MIT — see LICENSE

About

Multi-currency virtual wallets

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 98.5%
  • Other 1.5%