No description
  • Rust 74%
  • HTML 19.8%
  • JavaScript 5.5%
  • CSS 0.7%
Find a file
Scott Yeager 7820b82a0e
All checks were successful
Test / test (push) Successful in 2m37s
lab release / release (push) Successful in 8m37s
Merge development_freeze into development: freeze macros at known-good pre-migration state (revert in-progress migration; old-stack pins, blueprint-free)
2026-06-10 21:22:21 +00:00
.forgejo/workflows Merge remote-tracking branch 'origin/integration' into development_freeze 2026-06-10 19:41:18 +00:00
crates fix(deps): revert hero_proc_sdk, hero_db_sdk, hero_lib deps to main; herolib_macros->herolib_derive 2026-06-08 17:46:25 +02:00
schema chore: auto-commit local changes before pull 2026-05-31 23:53:14 +02:00
.gitignore chore: remove Cargo.lock and update gitignore 2026-06-06 08:05:19 +02:00
Cargo.lock development_freeze: derive->frozen hero_derive (no _lib derive/blueprint); builds green 2026-06-09 04:13:41 +00:00
Cargo.toml development_freeze: derive->frozen hero_derive (no _lib derive/blueprint); builds green 2026-06-09 04:13:41 +00:00
Cargo.toml.hero_builder_backup chore(deps): bump tower-http 0.5→0.6, normalize version strings, add generated OpenRPC client 2026-05-25 13:17:28 +02:00
PURPOSE.md chore: auto-commit local changes before pull 2026-05-26 12:58:56 +02:00
README.md chore: auto-commit local changes before pull 2026-05-26 12:58:56 +02:00
rust-toolchain.toml chore: drop hero_blueprint from Cargo.lock, add rust-toolchain.toml 2026-06-01 14:08:50 +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.