-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52b3119
commit babf993
Showing
5 changed files
with
81 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Display Screen | ||
|
||
Updated the 14th of October 2024. | ||
|
||
<div style={{ display: 'flex', alignItems: 'stretch', marginBottom: '20px' }}> | ||
<div style={{ flex: '0 0 30%' }}> | ||
<img src="/img/ssi_screen/talao_discover.png" alt="Talao Discover Screen" style={{ width: '100%', marginLeft: '50px', height: 'auto' }} /> | ||
</div> | ||
<div style={{ flex: '0 0 70%', height: '100%', marginLeft: '150px' }}> | ||
<p>This is the Discover screen of the wallet to access issuers.</p> | ||
<ol> | ||
<li>My Wallet: to access the main screen of the wallet with all verifiable credentials represented as cards.</li> | ||
<li>Discover: to access the issuer marketplace of the wallet to get all the issuer links.</li> | ||
<li>Scan: to open the wallet scanner.</li> | ||
<li>Buy coins: to access the <a href="https://wert.io">wert.io</a> exchange services to buy tokens and cryptos.</li> | ||
<li>Settings: to access the settings menu.</li> | ||
<li>Issuer links.</li> | ||
<li>Active crypto account: to access the list of crypto accounts.</li> | ||
</ol> | ||
<p>The issuer links depend on the configuration of the wallet.</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Settings Menu | ||
|
||
Updated the 14th of October 2024. | ||
|
||
<div style={{ display: 'flex', alignItems: 'stretch', marginBottom: '20px' }}> | ||
<div style={{ flex: '0 0 30%' }}> | ||
<img src="/img/ssi_screen/talao_settings.png" alt="Talao Settings Screen" style={{ width: '100%', marginLeft: '50px', height: 'auto' }} /> | ||
</div> | ||
<div style={{ flex: '0 0 70%', height: '100%', marginLeft: '150px' }}> | ||
<p>This is the Settings menu of the wallet.</p> | ||
<ol> | ||
<li>Wallet Profiles: allows you to select one of the embedded ecosystem profiles.</li> | ||
<li>Wallet Security: allows you to change the PIN code, use biometrics, show the wallet recovery phrase, manage user consent, backup, and restore features.</li> | ||
<li>Wallet Settings: allows you to change the language and themes.</li> | ||
<li>Self-Sovereign Identity: provides access to all DIDs, private keys, and OIDC4VC parameters for advanced users.</li> | ||
<li>Developer Mode: allows advanced users to access raw data and protocol requests and responses.</li> | ||
<li>Help Center: provides access to support chat, notifications, and email.</li> | ||
<li>About: access the terms and conditions document.</li> | ||
<li>Activity Log: displays all events such as issuances and credential presentations.</li> | ||
<li>Reset: resets the wallet, deleting all credentials and private keys with no option to undo if no backup is available.</li> | ||
</ol> | ||
<p>The menu may vary depending on the configuration of the wallet.</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Main Wallet Screen | ||
|
||
Updated the 14th of October 2024. | ||
|
||
<div style={{ display: 'flex', alignItems: 'stretch', marginBottom: '20px' }}> | ||
<div style={{ flex: '0 0 30%' }}> | ||
<img src="/img/ssi_screen/altme_wallet.png" alt="Altme Wallet Main Screen" style={{ width: '100%', marginLeft: '50px', height: 'auto' }} /> | ||
</div> | ||
<div style={{ flex: '0 0 70%', height: '100%', marginLeft: '150px' }}> | ||
<p>This is the main screen of the wallet where all verifiable credentials stored in the wallet are displayed.</p> | ||
<ol> | ||
<li>My Wallet: to access the main screen of the wallet (this screen) with all verifiable credentials represented as cards.</li> | ||
<li>Discover: to access the issuer marketplace of the wallet to get all the issuer links.</li> | ||
<li>Scan button.</li> | ||
<li>Buy coins: to access the <a href="https://wert.io">wert.io</a> exchange services to buy tokens and cryptos.</li> | ||
<li>Chat: to access the chat screen and send/receive messages as text and images from company support.</li> | ||
<li>Verifiable credentials stored in the wallet.</li> | ||
<li>Add cards: to access the issuer marketplace.</li> | ||
<li>NFT: to access the list of NFTs of the active crypto account.</li> | ||
<li>Coins: to access the list of cryptos and tokens of the active crypto account.</li> | ||
<li>Settings: to access the settings menu.</li> | ||
<li>Active crypto account: to access the list of crypto accounts.</li> | ||
<li>Notifications: to access the notification screen to read messages sent by support to all users.</li> | ||
</ol> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters