Web Wallet UX
customization tips, UX guidelines
Last updated
customization tips, UX guidelines
Last updated
The Web Wallet SDK gives developers the option to customize the look of the connect Modal.
You could choose which wallet options you would like to make available to your users, or decide to go email only!
For full connection options (1st option shown):
For an alternative look (2nd option shown):
For email only (3rd option shown):
To exclude web wallet from the modal:
Often times, you'll need to implement checks to see if a user is already connected to web wallet, and if yes, carry out actions such as providing a button to access the user's dashboard. You could do this by simply checking for the id
field in the window
object, but first you need to establish a connection.
Then we could simply check that id
is equal to argentWebWallet
, and if yes, show a button that links to the dashboard.
In this section, we are going to be looking at certain UX tips dApps could implement from their end to make the web wallet user experience better:
Easy access to web wallet dashboard: We provide a dashboard for web wallet, where users can carry out basic activities such as funding their wallet, sending funds to other accounts, viewing connected dApps etc. We recommend that dApps show a button somewhere in the UI to “go to wallet”, where they link to web.argent.xyz.
Adding a transaction tracker: Since web wallet is not one-click accessible like we have with browser extensions, users might find it difficult to track the progress of their transactions. To solve this, dApps will need to come up with custom solutions to communicate the progress of transactions with the users.
Custom transaction history: Following the issue mentioned in the second tip above, users will most likely also not be able to access a list of previous transactions carried out from interacting with the dApps. dApps could also come up with custom solutions to help users monitor and track their past activities on the dApp.