Skip to content

Commit bb24f2b

Browse files
authored
Merge branch 'main' into Protocol-8-changes
2 parents 63be716 + fb3863d commit bb24f2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+483
-333
lines changed

source/mainnet/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -632,5 +632,7 @@
632632
"docs/network/guides/concordium-client" : "/en/mainnet/tools/concordium-client.html",
633633
"tutorials/piggy-bank/wCCD-frontend-set-up" : "/en/mainnet/tutorials/piggy-bank/frontend.html",
634634
"net/resources/bw-licenses" : "/en/mainnet/docs/guides/cryptox-terms.html",
635-
"net/guides/legal" : "/en/mainnet/docs/guides/cryptox-terms.html"
635+
"net/guides/legal" : "/en/mainnet/docs/guides/cryptox-terms.html",
636+
"net/guides/export-key" : "/en/mainnet/docs/guides/export-key.html",
637+
"smart-contracts/guides/on-chain-index" : "/en/mainnet/docs/smart-contracts/introduction.html"
636638
}

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

source/mainnet/docs/guides/change-account-name.rst

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ Change account name
2525
.. image:: ../images/desktop-wallet/dw-edit-account-name.png
2626
:alt: dark account balance area with edit button highlighted
2727

28+
.. dropdown:: |bw|
29+
30+
#. Go to the Accounts page.
31+
32+
#. Click the Edit button next to the account name you want to change.
33+
34+
#. Edit the name and click Save.
35+
36+
2837
.. |hamburger| image:: ../images/hamburger.png
2938
:alt: Three horizontal lines
3039
:width: 20px

source/mainnet/docs/guides/change-identity-name.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Change identity name
2020

2121
.. dropdown:: |bw|
2222

23-
#. Click the hamburger menu |hamburger| and select **ID cards**. If you have more than one ID card, select the ID card you want to edit in the ID cards drop-down.
23+
#. Open the menu and select ID Cards. If you have more than one identity, select the ID card you want to edit.
2424

25-
#. Click |edit| next to the identity name.
25+
#. Click **Edit Name** next to the identity name.
2626

27-
#. Change the name and click |save|.
27+
#. Change the name and click **Save**.
2828

2929
.. |hamburger| image:: ../images/hamburger.png
3030
:alt: Three horizontal lines

source/mainnet/docs/guides/create-account.rst

+10-9
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Create an account
66
=================
77

8-
If you are using Desktop Wallet, when you created your :term:`identity`, it came with an :term:`initial account`. The initial account is a special account that the :term:`identity provider` submits
8+
Desktop Wallet users: When you created your :term:`identity`, it came with an :term:`initial account`. The initial account is a special account that the :term:`identity provider` submits
99
to the chain. When you already have an identity, you can create more :term:`accounts<account>` with that identity yourself.
1010

11-
If you are using |bw| or |cryptox|, no initial account was created when you created your :term:`identity`. You create all :term:`accounts<account>` related to your identities.
11+
|bw| and |cryptox| users: No initial account was created when you created your :term:`identity`. You create all :term:`accounts<account>` related to your identities.
1212

1313
To learn more about identities and accounts, see :ref:`Identities <reference-id-accounts>` and :ref:`Accounts <managing_accounts>`.
1414

@@ -102,17 +102,18 @@ To learn more about identities and accounts, see :ref:`Identities <reference-id-
102102

103103
.. dropdown:: |bw|
104104

105-
#. To switch to the accounts page, click |hamburger-bw| and select Accounts. If you do not have any accounts, you can click **Create account** and skip to step 3. If you do not have any identity to create an account, you can click **Create new identity**. For information about the identity creation process, see :ref:`Create an identity<create-initial-account>`.
105+
Go to the Accounts page ( select **Accounts** in the menu).
106106

107-
.. image:: ../images/browser-wallet/acct-page-no-acct.png
108-
:width: 25%
107+
If you do not have any accounts, click **Create account**.
109108

110-
.. image:: ../images/browser-wallet/acct-page-no-id.png
111-
:width: 25%
109+
If you do not have an identity, click **Create new identity**.
112110

113-
#. Click the Accounts drop-down. Then click **Add new**.
111+
If you already have an account and want to create more accounts:
112+
113+
#. Click on the **+**.
114+
#. Click on the identity you want to use to create the account.
115+
#. Click **Create account**.
114116

115-
#. Select the identity to use to create the account. Click **Create new account**.
116117

117118
.. toctree::
118119
:hidden:

source/mainnet/docs/guides/create-identity.rst

+12-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
Create an identity
66
==================
77

8-
Before you can start using a Wallet and submit transactions to the blockchain, you need an identity issued by an identity provider, and, in the case of Desktop Wallet, an initial account issued by the identity provider. The identity provider submits the initial account to the chain and knows the identity of the owner of the initial account, but not of any other accounts that you create. For |bw| and |cryptox| an initial account is not submitted by the identity provider.
8+
Before you can start using a Wallet and submit transactions to the blockchain, you need an identity issued by an identity provider.
9+
10+
For Desktop Wallet, the identity provider also issues an initial account and submits it to the chain. The identity provider knows the identity of the owner of this initial account, but not of any other accounts that you create.
11+
12+
For |bw| and |cryptox|, an initial account is not submitted by the identity provider.
913

1014
To learn more about identities and accounts, see :ref:`Identities <reference-id-accounts>` and :ref:`Accounts <managing_accounts>`.
1115

@@ -84,17 +88,16 @@ To learn more about identities and accounts, see :ref:`Identities <reference-id-
8488

8589
.. dropdown:: |bw|
8690

87-
You can submit requests for additional :term:`identities<identity>` in the |bw|. You do this from the **ID cards** page. If you are not in the ID cards page, click |hamburger-bw| to select it. If you do not have any identities, you can click **Request identity**.
91+
Identities are managed from the ID Cards page. To access this page, open the menu and select **ID Cards**.
8892

89-
.. image:: ../images/browser-wallet/id-page-no-id.png
90-
:width: 25%
93+
If you don't have any identities yet, you can click **Request Identity**.
9194

92-
#. Click the ID cards drop-down.
95+
If you want to submit a request for an additional identity, click on the **+** in the upper right corner.
9396

94-
#. Click **Request new**.
9597

96-
.. image:: ../images/browser-wallet/id-cards-new.png
97-
:width: 25%
98+
.. image:: ../images/browser-wallet/new/request_identity.png
99+
:width: 50%
100+
98101

99102
#. Select a third-party identity provider from the list. An external web page opens in your default web browser.
100103

@@ -119,3 +122,4 @@ To learn more about identities and accounts, see :ref:`Identities <reference-id-
119122
.. |hamburger-bw| image:: ../images/browser-wallet/hamburger-menu.png
120123
:width: 20px
121124
:alt: three horizontal lines
125+

0 commit comments

Comments
 (0)