ghost-node/utils/ghostkey/src/main.rs
Uncle Stretch cd8ad50ac3
chmod 644 utils
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2025-05-29 13:04:55 +03:00

6 lines
116 B
Rust

//! Ghostkey utility, based on kitchensink_runtime.
fn main() -> Result<(), sc_cli::Error> {
ghostkey::run()
}