No description
  • Rust 74%
  • HTML 19.8%
  • JavaScript 5.5%
  • CSS 0.7%
Find a file
mik-tf 03c0debc9d fix(deps): bump 5 Hero workspace deps from 0.5.0 to 0.6.0
Squash-merged from feature branch development_mik_s81_dep_bump_0.6 (s81 source-build sweep fix). Signed-off-by: mik-tf
2026-05-09 04:03:58 +00:00
crates fix: align logging src fields, socket names, and remove shell scripts 2026-05-07 22:56:55 +02:00
.gitignore Initial commit 2026-04-06 10:29:56 +02:00
Cargo.toml fix(deps): bump 5 Hero workspace deps from 0.5.0 to 0.6.0 2026-05-09 04:03:58 +00:00
PURPOSE.md fix: logging compliance, socket naming, add PURPOSE.md 2026-05-07 13:40:57 +02:00
README.md fix: logging compliance, socket naming, add PURPOSE.md 2026-05-07 13:40:57 +02:00

hero_wallet

Multi-chain personal wallet daemon for the Hero OS Suite.

Quick Start

service wallet start --update --reset
service wallet stop
service wallet status

Binaries

  • hero_wallet_server — JSON-RPC 2.0 backend (Unix socket: rpc.sock)
  • hero_wallet_admin — Admin dashboard UI (Unix socket: web.sock)
  • hero_wallet — CLI client and lifecycle orchestrator

Dependencies

Requires hero_db (storage) and hero_proc (process supervisor).

See PURPOSE.md for full architecture details.