Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer tokens to address #3

Open
9 tasks
martinloesethjensen opened this issue May 21, 2021 · 0 comments
Open
9 tasks

Transfer tokens to address #3

martinloesethjensen opened this issue May 21, 2021 · 0 comments

Comments

@martinloesethjensen
Copy link
Owner

martinloesethjensen commented May 21, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant