No description
Find a file
Mukan Erkin 2cbbcb00f0 feat(story): implement submit/register/vote commands with tx signing
- NodeSubmit: generates UUID temp_id, signs and broadcasts via nu_sendRawTx
- VoteRegister: locks 10,000 Shell stake for node voting
- VoteCast: signs approve/reject vote
- Extract load_key() and send_tx() helpers shared across story commands
- Add uuid and sha2 dependencies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 15:02:31 +03:00
src feat(story): implement submit/register/vote commands with tx signing 2026-04-24 15:02:31 +03:00
.gitignore feat(nu-cli): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
Cargo.lock feat(story): implement submit/register/vote commands with tx signing 2026-04-24 15:02:31 +03:00
Cargo.toml feat(story): implement submit/register/vote commands with tx signing 2026-04-24 15:02:31 +03:00
CHANGELOG.md feat(cli): encrypt keystore with Argon2id + AES-256-GCM 2026-04-24 12:18:11 +03:00
CLAUDE.md feat(nu-cli): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00