Skip to content

Issue #1: Setup Stellar Testnet Wallet Creation #1

@Chinaza007

Description

@Chinaza007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions