Skip to content

Commit 835fdf0

Browse files
authored
Merge pull request #1336 from Concordium/update-Setup-env
updated screen shots and workflow descriptions to match current bw gui
2 parents d0963af + fdb10ef commit 835fdf0

11 files changed

+34
-14
lines changed
462 KB
Loading
-362 KB
Loading
84.5 KB
Loading

source/academy/images/request-CCD.png

31.6 KB
Loading

source/academy/images/send-funds.png

134 KB
Loading
Loading
Loading
Loading
31.6 KB
Loading
134 KB
Loading

source/shared/setup-env.rst

+34-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _setup-env:
22

3-
=================================
4-
Setup the development environment
5-
=================================
3+
==================================
4+
Set up the development environment
5+
==================================
66

77
Before starting the smart contract tutorials, you must prepare your development environment by installing a number of tools. This topic covers the setup required for the tutorials.
88

@@ -202,8 +202,8 @@ If you wish to run your own node, see :ref:`Run a node on Concordium<node-requir
202202

203203
.. _setup-wallet:
204204

205-
Setup a wallet
206-
==============
205+
Set up a wallet
206+
===============
207207

208208
Now you need a Concordium wallet. Use the Concordium Wallet for Web. The Concordium Wallet for Web uses a 24 word secret recovery phrase to secure your wallet. Make sure to protect your 24 word secret recovery phrase and store it in a secure place. Anyone who knows the secret recovery phrase can access your wallet.
209209

@@ -212,24 +212,44 @@ Use `this link <https://chrome.google.com/webstore/detail/concordium-wallet/mnnk
212212
.. image:: images/bw-idp-selection.png
213213
:width: 100%
214214

215+
.. raw:: html
216+
217+
<div style="margin-bottom: 50px;"></div>
218+
215219
.. _testnet-faucet:
216220

217-
Use the Testnet faucet in your account to claim 2000 CCDs for testing purposes.
221+
Use the Testnet faucet in your account to claim 2000 CCDs for testing purposes:
218222

219-
.. image:: images/testnet-faucet-bw.png
223+
Click the **Activity** button on the main screen, and then click **Request CCD**.
224+
225+
.. image:: images/request-CCD.png
220226
:width: 50%
221227

222-
One thing to note is that if you click |send|, you enter a transaction window. This allows you to transfer CCDs. You can type the amount of CCD and the recipient’s address in this section. As you can see just below those textboxes, there is a value highlighting the “Estimated transaction fee” in CCD terms. This allows you to estimate the costs beforehand and it allows helps you to calculate your business expenses in the future.
228+
.. raw:: html
223229

224-
.. image:: images/tx-fee-in-bw.png
225-
:width: 100%
230+
<div style="margin-bottom: 50px;"></div>
231+
232+
One thing to note is that if you click the **Send** button on the main screen, you go to the Send funds screen where you can transfer CCDs. You can type the amount of CCD and the recipient’s address in this section. As you can see below, the screen shows the *Estimated transaction fee* in CCD terms. This allows you to estimate the costs beforehand and helps you to calculate your business expenses.
226233

227-
After that step, you need to :ref:`export the keys<export-key>` for your wallet. Save the file on your local machine in the same folder as the rest of the repository. It will have a name like this <YOUR PUBLIC ADDRESS>.export. You can open it with a text editor and see your signKey, verifyKey in there. Copy signKey and your address. You will use them while deploying and interacting with your contract.
234+
.. image:: images/send-funds.png
235+
:width: 50%
236+
237+
.. raw:: html
238+
239+
<div style="margin-bottom: 50px;"></div>
240+
241+
After that, you need to :ref:`export the keys<export-key>` for your account. Save the file on your local machine in the same folder as the rest of the repository. It will have a name like this <YOUR PUBLIC ADDRESS>.export. You can open it with a text editor and see your signKey, verifyKey in there. Copy signKey and your address. You will use them while deploying and interacting with your contract.
228242

229-
.. image:: images/bw-export-key.png
243+
To export the key, go to the Accounts page and click **Export** next to *Private key*. Enter your passcode and click **Show private key**, and then **Export**.
244+
245+
.. image:: images/export-key-new.png
230246
:width: 100%
231247

232-
When you export the key it creates a file named ``<YOUR PUBLIC ADDRESS>.export``. Open it with a text editor and find your ``signKey``, ``verifyKey`` in there. Copy the ``signKey`` and your address. You will use it while deploying and interacting with your contract.
248+
.. raw:: html
249+
250+
<div style="margin-bottom: 50px;"></div>
251+
252+
When you export the key, it creates a file named ``<YOUR PUBLIC ADDRESS>.export``. Open it with a text editor and find your ``signKey``, ``verifyKey`` in there. Copy the ``signKey`` and your address. You will use it while deploying and interacting with your contract.
233253

234254
.. image:: images/bw-exported-key.png
235255
:width: 100%
@@ -239,7 +259,7 @@ When you export the key it creates a file named ``<YOUR PUBLIC ADDRESS>.export``
239259
Import the key
240260
--------------
241261

242-
You are ready to import your key into the ``concordium-client`` configuration. Transfer your wallet key export file to the place where you are running your ``concordium-client`` tool. Navigate to the folder as well.
262+
You are ready to import your key into the ``concordium-client`` configuration. Transfer your key export file to the place where you are running your ``concordium-client`` tool. Navigate to the folder as well.
243263

244264
Import your key into the ``concordium-client`` configuration:
245265

0 commit comments

Comments
 (0)