Skip to content

Send form input validation for amount and destination #420

Description

@phertyameen

Location

frontend/app/send/

Problem

The send form likely accepts amount and destination without client-side validation against Stellar address format and minimum/maximum transfer amounts, risking failed on-chain transactions after the user has already committed.

Acceptance Criteria

  • Invalid Stellar destination format rejected before submission
  • Amount below minimum or above sender balance blocked client-side with a clear message
  • Validation errors shown inline, not just on submit

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions