As a user I want to create an account from the homepage so I can instantly setup Zapster

Issue #1 resolved
Matt Parker created an issue

A user should be able to create an account directly from the homepage. They will need to supply the following information.

  • Encryption Key - THIS IS NOT THE PRIVATE KEY FOR THEIR WALLET
  • Wallet Address
  • Callback Url

Upon successful creation of the account they will be provided with a GUID to identify their account that will be used to create transactions

Scenario - Create an account
GIVEN I am on the home page
AND I have filled in the create account form correctly
WHEN I click the create account button
AND and account is successfully created
THEN I am shown my Account ID
AND instructions on how to create a transaction

Comments (8)

  1. Log in to comment