-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Estimated hours: 20h
Used hours: 0h
Info
As a user, I would like to send tokens to an address.
I would like to have the option to scan a QR code if I'm on mobile.
It's good to note that we can't really check if an address exists or not.
Pre-reqs
- The app needs to be connected to a node to perform an Algorand account creation.
- Using an existing wallet.
Post conditions
The user can input the address and amount of tokens to send.
If on mobile then it should also be an option to scan QR code and autofill address.
Testing
Unit testing:
TODO: Check if we can mock transfer with unit tests
- Token transfer should not exceed the available amount
UI testing:
- Transfer screen
- Has input field for address
- Has input field for amount
- Has scan button (for QR scanning)
- Has "Send" button
Acceptance Criteria
- Can transfer tokens to address
- On mobile the option for scanning a QR code should be available and autofill address input field.
- Can specify the number of tokens to transfer
Metadata
Metadata
Assignees
Labels
No labels