Open rmallols opened 6 years ago
Technical guidance:
UI:
Generate keys for new wallet
button is the main action on the screen, while the Login
one is secondary. Set different colours according to their importance. BONUS: Create a new CSS file to handle button styles, called buttons.css
, and import it from index.css. Alternatively, you can import it directly from your CreateNewWallet .js
file.Logic:
keys-generator.js
, and import it from CreateNewWallet .js
. The goal here is keeping the key generation isolated, so if in the future we decide to change the algorithm, we'll easily know where to do it.
The new component,
CreateNewWallet
, should be reachable by clicking on theCreate New Wallet
link on the landing page, onhttp://localhost:3000/create-new-wallet