nu-cli/src
Mukan Erkin 5d4a4c97c1 feat(node): implement stake/unstake/register commands with tx signing
- NodeCmd::Stake/Unstake: sends StakeOp tx signed with keystore key
- NodeCmd::Register: sends ValidatorRegister tx
- Extract load_key() and send_tx() local helpers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 15:03:14 +03:00
..
commands feat(node): implement stake/unstake/register commands with tx signing 2026-04-24 15:03:14 +03:00
config.rs feat(nu-cli): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
keystore.rs feat(cli): encrypt keystore with Argon2id + AES-256-GCM 2026-04-24 12:18:11 +03:00
main.rs feat(cli): encrypt keystore with Argon2id + AES-256-GCM 2026-04-24 12:18:11 +03:00
rpc.rs feat(cli): implement node block/account cmds; fix params to positional array 2026-04-24 11:21:42 +03:00