Labels: feature, backend, stellar, good-first-issue
Description:
Implement wallet creation functionality using the Stellar SDK on the testnet.
Acceptance Criteria:
Users can create a new Stellar keypair
Public key is stored in database
Private key is shown ONCE to user with warning to save it
Wallet is funded with testnet XLM for activation
Error handling for failed wallet creation
Unit tests with 80%+ coverage
Technical Details:
Use stellar-sdk npm package
Generate keypair using StellarSdk.Keypair.random()
Fund account via Friendbot (testnet only)
Store only public key and metadata in PostgreSQL
Resources:
Stellar SDK Docs
Wallet Creation Guide
Estimated Time: 4-6 hours
Labels: feature, backend, stellar, good-first-issue
Description:
Implement wallet creation functionality using the Stellar SDK on the testnet.
Acceptance Criteria:
Users can create a new Stellar keypair
Public key is stored in database
Private key is shown ONCE to user with warning to save it
Wallet is funded with testnet XLM for activation
Error handling for failed wallet creation
Unit tests with 80%+ coverage
Technical Details:
Use stellar-sdk npm package
Generate keypair using StellarSdk.Keypair.random()
Fund account via Friendbot (testnet only)
Store only public key and metadata in PostgreSQL
Resources:
Stellar SDK Docs
Wallet Creation Guide
Estimated Time: 4-6 hours