No description
  • Rust 74%
  • HTML 19.8%
  • JavaScript 5.5%
  • CSS 0.7%
Find a file
mahmoud 46adccd678
All checks were successful
Test / test (push) Successful in 2m34s
lab publish / publish (push) Successful in 10m23s
ci: trigger lab-publish run
2026-06-09 18:01:16 +02:00
.forgejo/workflows ci: canonical lab-publish workflow (build main/development/integration) 2026-06-09 17:23:18 +02: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.toml 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
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.