Speaking About
How might we create an accessible, secure way for users to manage their crypto assets?
What I did
Users enjoyed the simplified interface that allowed them to focus on the content of the request. However, they found it challenging to navigate the list of all available resources when it grew longer than a few items. Within the resources themselves, users wanted to see their instruments and fields in a table format that allowed them to easily manage lists of hundreds to hundreds of thousands of items. Seeing a small amount of identifiers from each resource was not valuable to them.
What I did
- Led of a team of 2 UX designers and 1 UI designer
- Provided leadership and ownership over design
- Oversaw and finalised all major UI and UX decisions
- Outlined and refined the onboarding process
Onboarding
How might we create an accessible, secure way for users to manage their crypto assets?
How might we create an accessible, secure way for users to manage their crypto assets?
How might we create an accessible, secure way for users to manage their crypto assets?
Dark and light modes
Dashboard views
Settings
Explainer videos
Ledger migration
Sample storyboard
Token migration
Sample storyboard
Character Illustrations
- Both quote blocks for the navbar & footer are global blocks. Edit the content of the ones on the main page, and that will update the rest of them throughout your site.
- The font used is Inter. Select it from your Super Options page. Other fonts that can work well with this template are Epilogue, Public Sans, and Space Grotesk.
- Notion toggles are hidden by default. To unhide them, paste the CSS below to the bottom of your snippet injection box in your Super site settings:
- To change the text or background color, use this:
- Questions? Post up in our community.
<style>
.notion-toggle {
display: block !important;
}
</style>
<style>
:root {
--color-text-default: #fff !important;
--color-bg-default: #000 !important;
}
</style>