Kortana CLI
The primary toolkit for industrial node management and testing.
Installation.
The Kortana CLI tool is built in Rust for maximum performance and security. It is available via NPM for easy distribution or can be compiled from source.
$npm install -g @kortana/cliKey Management
Generate industrial-grade ED25519 keypairs for validator identities.
# Generate a secure keyfile$kortana-cli keygen --outfile id.jsonRunning a Node
Join the network as a validator using your identity keypair.
// High-fidelity validator startup
$kortana-node
--validator
--identity ./id.json
--network poseidon
--log-level info