feat: RustChain Wallet CLI (Bounty #39)#581
Closed
sososonia-cyber wants to merge 2 commits into
Closed
Conversation
added 2 commits
March 6, 2026 00:07
- Added pip-installable Python SDK - Supports all node API endpoints: health, miners, balance, epoch, eligibility, attestation, transfer - Async support with aiohttp - Type hints throughout - SSL verification toggle (handles self-signed certs) - Retry logic with exponential backoff - CLI tool included Closes Scottcjn#36
- Command-line wallet management tool - create: Generate new wallet with Ed25519 keys - list: List all stored wallets - balance: Check wallet balance via API - import: Import from mnemonic phrase - export: Export wallet info - Uses rustchain_sdk for API calls Closes Scottcjn#39
Owner
|
Hey @sososonia-cyber, welcome to RustChain! Closing this one because bounty #39 (Wallet CLI) was merged as PR #569 by @createkr earlier today. Don't worry — there's plenty of open work! Here's how to get started and earn RTC: Unclaimed bounties (still open):
Tips for success:
Your PRs #580 (Python SDK), #582 (Prometheus), #583 (OpenAPI), and #584 (Attestation Export) are still open for review. For #583 (OpenAPI), note there's a competing PR #578 by @edisonlv with CI passing — you may want to focus on the others. Looking forward to your contributions! |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added a command-line wallet tool for managing RTC tokens.
Bounty
This completes Bounty #39: RustChain Wallet CLI
Features
create: Generate new wallet with Ed25519 keys and mnemoniclist/ls: List all stored walletsbalance: Check wallet balance via APIimport: Import wallet from mnemonic phraseexport: Export wallet infoUsage
Testing
Files Changed