harmoniis-wallet 0.1.123

Smart-contract wallet for the Harmoniis marketplace for agents and robots (RGB contracts, Witness-backed bearer state, Webcash fees)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Cloud mining orchestration — provision GPU instances on Vast.ai,
//! upload an isolated webcash wallet, and run the miner remotely.
//!
//! Security: only a derived `{label}_webcash.db` is uploaded — never
//! the master wallet or any private key material.

pub mod config;
pub mod dispatch;
pub mod provision;
pub mod recovery;
pub mod slots;
pub mod ssh;
pub mod vast;