Skip to content

Commit 614a7e3

Browse files
authored
Merge pull request #1261 from Concordium/Update-set-up--Concordium-Wallet-for-Web-page
Updated browser wallet setup instructions to match new interface design
2 parents f42ef68 + f5e47b8 commit 614a7e3

13 files changed

+126
-27
lines changed

source/mainnet/docs/browser-wallet/setup-browser-wallet.rst

+126-27
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,21 @@ Get started
3333

3434
#. Click on the puzzle icon. Click **Concordium Wallet** to start the extension.
3535

36-
#. Create a six-digit passcode or use a full password.
36+
#. Click **Get started** on the welcome page.
37+
38+
.. image:: ../images/browser-wallet/new/welcome_page.png
39+
:alt: Welcome screen
40+
:width: 50%
41+
42+
#. Create a six-digit passcode or use a full password. Click **Continue**.
43+
44+
.. image:: ../images/browser-wallet/new/create_passcode.png
45+
:alt: screen for setting up passcode
46+
:width: 50%
3747

3848
#. Choose whether you are creating a new wallet or :ref:`recovering an existing one<recover-wallet>`.
3949

40-
.. image:: ../images/browser-wallet/wallet-choice.png
50+
.. image:: ../images/browser-wallet/new/create_restore.png
4151
:alt: screen with option to create or restore
4252
:width: 50%
4353

@@ -55,11 +65,21 @@ Get started
5565

5666
#. Click on the Concordium icon to start the extension.
5767

68+
#. Click **Get started** on the welcome page.
69+
70+
.. image:: ../images/browser-wallet/new/welcome_page.png
71+
:alt: Welcome screen
72+
:width: 50%
73+
5874
#. Create a six-digit passcode or use a full password.
5975

76+
.. image:: ../images/browser-wallet/new/create_passcode.png
77+
:alt: screen for setting up passcode
78+
:width: 50%
79+
6080
#. Choose whether you are creating a new wallet or :ref:`recovering an existing one<recover-wallet>`.
6181

62-
.. image:: ../images/browser-wallet/wallet-choice.png
82+
.. image:: ../images/browser-wallet/new/create_restore.png
6383
:alt: screen with option to create or restore
6484
:width: 50%
6585

@@ -75,11 +95,21 @@ Get started
7595

7696
#. Click on the cube icon in your Opera toolbar. Click **Concordium Wallet** to start the extension.
7797

98+
#. Click **Get started** on the welcome page.
99+
100+
.. image:: ../images/browser-wallet/new/welcome_page.png
101+
:alt: Welcome screen
102+
:width: 50%
103+
78104
#. Create a six-digit passcode or use a full password.
79105

106+
.. image:: ../images/browser-wallet/new/create_passcode.png
107+
:alt: screen for setting up passcode
108+
:width: 50%
109+
80110
#. Choose whether you are creating a new wallet or :ref:`recovering an existing one<recover-wallet>`.
81111

82-
.. image:: ../images/browser-wallet/wallet-choice.png
112+
.. image:: ../images/browser-wallet/new/create_restore.png
83113
:alt: screen with option to create or restore
84114
:width: 50%
85115

@@ -93,11 +123,21 @@ Get started
93123

94124
#. Click on the puzzle icon. Click **Concordium Wallet** to start the extension.
95125

126+
#. Click **Get started** on the welcome page.
127+
128+
.. image:: ../images/browser-wallet/new/welcome_page.png
129+
:alt: Welcome screen
130+
:width: 50%
131+
96132
#. Create a six-digit passcode or use a full password.
97133

134+
.. image:: ../images/browser-wallet/new/create_passcode.png
135+
:alt: screen for setting up passcode
136+
:width: 50%
137+
98138
#. Choose whether you are creating a new wallet or :ref:`recovering an existing one<recover-wallet>`.
99139

100-
.. image:: ../images/browser-wallet/wallet-choice.png
140+
.. image:: ../images/browser-wallet/new/create_restore.png
101141
:alt: screen with option to create or restore
102142
:width: 50%
103143

@@ -106,9 +146,9 @@ Recovery phrase setup
106146

107147
If you are creating a new wallet, you must set up a :term:`secret recovery phrase`. This is a 24 word phrase that stores your private keys, identities, and accounts. You must write down and confirm your recovery phrase. It is important to keep this secret recovery phrase in a safe location in case you need to recover your wallet on a new device.
108148

109-
#. Once you click on **Create** you are shown the 24 word secret recovery phrase. Write it down and click **Continue**.
149+
#. When you click **Create**, the 24 word secret recovery phrase is shown. Write it down and click **Continue**.
110150

111-
.. image:: ../images/browser-wallet/recovery-phrase.png
151+
.. image:: ../images/browser-wallet/new/recovery.png
112152
:alt: screen with recovery phrase and continue option
113153
:width: 50%
114154

@@ -130,38 +170,75 @@ Having set up your passcode, you must then submit a request for an identity.
130170
Create an account
131171
=================
132172

133-
#. To switch to the accounts page, click |hamburger-bw| and select **Accounts**.
173+
#. When you have no accounts, the main page will show *No accounts*. Click **Create account** to create your first account.
134174

135-
#. Click the Accounts drop-down. Then click **Add new**.
175+
.. image:: ../images/browser-wallet/new/create_account.png
176+
:alt: screen with option for creating account
177+
:width: 50%
136178

137-
#. Select the Identity to use for the account. Click **Add account**.
179+
#. Select the Identity to use for the account and click **Create account**.
138180

139181
Basic navigation
140182
================
141183

142-
Click |hamburger-bw| to change between pages.
184+
Main page
185+
---------
186+
The main page shows your account information and a menu accessible from the top-right corner. The page layout includes:
187+
188+
#. An account selector in the top left that lets you switch between accounts, showing the current account's address and a dropdown arrow.
143189

144-
.. image:: ../images/browser-wallet/page-menu.png
145-
:alt: menu at top of window with drop-down expanded to show options
146-
:width: 50%
190+
#. Your total CCD balance.
147191

148-
Transactions overview
192+
#. Four quick action buttons: **Receive**, **Send**, **Earn**, and **Activity**.
193+
194+
#. A list of your tokens with their balances.
195+
196+
#. Option to manage your token list at the bottom.
197+
198+
.. image:: ../images/browser-wallet/new/main_page.png
199+
:alt: menu at top of window with drop-down expanded to show options
200+
:width: 50%
201+
202+
Menu
203+
----
204+
Clicking the menu button |menu| in the top-right corner opens a page with additional features:
205+
206+
#. **Identities**: Manage your identities
207+
#. **Accounts**: View and manage accounts
208+
#. **Seed phrase**: Access your recovery phrase
209+
#. **Passcode**: Security settings
210+
#. **Web3 ID**: Web3 identity features
211+
#. **Earn**: Staking and rewards
212+
#. **Network**: Network settings
213+
#. **About**: App information
214+
#. **Restore**: Recovery options
215+
#. **Old UI**: Previous interface version
216+
#. **NFT**: NFT management
217+
218+
The menu can be closed by clicking the **X** in the top-right corner to return to the main page.
219+
220+
.. image:: ../images/browser-wallet/new/menu_screen.png
221+
:alt: screen with option for creating account
222+
:width: 50%
223+
224+
225+
View account activity
149226
---------------------
150227

151-
In the Accounts page, click |log| to see an overview of the transactions. If you want to see details for the transaction, click on the transaction.
228+
#. Select the account from the account selector in the top left of the main page.
229+
#. Click |activity|
230+
#. For transaction details, click on any specific transaction in the list.
152231

153232
Find and share your account address
154233
-----------------------------------
155234

156-
#. Go to the **Accounts** page.
157-
158-
#. On the account you want to find the address to tap |receive|.
159-
235+
#. Select the account from the account selector in the top left of the main page.
236+
#. Click |new_receive|
160237
#. Share your address:
161238

162-
- You can let someone scan your QR code if they have the |mw-gen1| or |mw-gen2| installed.
239+
- You can let someone scan your QR code if they have the |mw-gen1| installed.
163240

164-
- You can tap **COPY** to copy the address and then paste it somewhere of your own choosing.
241+
- You can click **Copy Address** to copy the address and then paste it wherever needed.
165242

166243
.. _switch-network:
167244

@@ -174,16 +251,26 @@ You can use the wallet on both Mainnet and Testnet without the need for a separa
174251

175252
Accounts and identities are NOT shared between mainnet and testnet.
176253

177-
#. Click on the Concordium logo and select **Wallet Settings**.
254+
#. Click |menu| to open the menu page.
178255

179-
#. Click **Network settings**.
256+
#. Click **Network**.
180257

181258
#. Select the Network you want to connect to: Mainnet or Testnet. Note that the color of the user interface items in Mainnet is blue and the color of the user interface items in Testnet is green.
182259

183-
Light/dark mode toggle
184-
----------------------
260+
Switch between old and new UI
261+
-----------------------------
262+
You can switch between the old and the new wallet interface.
263+
264+
To access the old interface:
265+
266+
#. Click |menu| to open the menu page.
267+
#. Click **Old UI**.
268+
269+
To return to the new interface:
270+
271+
#. Go to Wallet settings in the old interface.
272+
#. Click **Wallet X**.
185273

186-
At the bottom of the Wallet settings page you can toggle between light and dark mode.
187274

188275
.. |gear| image:: ../images/browser-wallet/account-settings.png
189276
:alt: gear wheel
@@ -201,6 +288,18 @@ At the bottom of the Wallet settings page you can toggle between light and dark
201288
:alt: button with qr code
202289
:width: 50px
203290

291+
.. |menu| image:: ../images/browser-wallet/new/menu_button.png
292+
:alt: button for opening menu
293+
:width: 50px
294+
295+
.. |activity| image:: ../images/browser-wallet/new/activity_button.png
296+
:alt: button for viewing wallet activities
297+
:width: 50px
298+
299+
.. |new_receive| image:: ../images/browser-wallet/new/receive_button.png
300+
:alt: button for viewing qr code
301+
:width: 50px
302+
204303
Remove the |bw|
205304
===============
206305

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)