No description
  • Rust 74.2%
  • HTML 19.7%
  • JavaScript 5.5%
  • CSS 0.6%
Find a file
despiegk ee4bdb783e
Some checks failed
lab publish / publish (push) Failing after 1m29s
chore: rename herolib_derive to herolib_macros across workspace
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 21:30:43 +02:00
.forgejo/workflows ci: install lab onto PATH from ~/.local/bin in the publish workflow 2026-05-29 15:38:47 -04:00
crates chore: rename herolib_derive to herolib_macros across workspace 2026-06-06 21:30:43 +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.toml chore: rename herolib_derive to herolib_macros across workspace 2026-06-06 21:30:43 +02: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.