-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomersrust-
Description
Create Rust library for building and signing Stellar transactions
Description:
Implement a Rust library for creating, signing, and submitting Stellar blockchain transactions.
Requirements:
- Transaction builder for Stellar operations
- Sign transactions with keypairs
- Submit to Horizon API
- Parse transaction responses
- Handle memo fields for document hashes
- Account creation and funding
- Multi-signature support
- Fee calculation utilities
- CLI tool for transaction management
- Async/await support (Tokio)
Acceptance Criteria:
- Transactions submit successfully to testnet
- Signatures are valid
- Memo fields store data correctly
- Error handling for network failures
- CLI tool creates and submits transactions
- Async operations are efficient
- Unit and integration tests
- Documentation with examples
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomersrust-