Phase 9: CLI integration and full node #1
Labels
No labels
needs-review
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/go-blockchain#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Phases 0-8 are complete. The go-blockchain package is a fully functional library covering:
All packages have >80% test coverage, pass
-race, and are verified against the C++ testnet daemon.What's missing
There is no binary entrypoint — everything is library code. The next phase should wire this into
core/clias subcommands.Proposed scope
CLI commands
core blockchain sync— sync chain from daemon via RPCcore blockchain mine— run the solo minercore blockchain wallet create— generate new wallet (mnemonic + keys)core blockchain wallet scan— scan chain for owned outputscore blockchain wallet balance— show balancecore blockchain wallet send— construct and broadcast a transactioncore blockchain info— query daemon infoFull node (stretch)
This is a stretch goal — CLI integration alone is valuable.
Known limitations to address later