You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/shared/setup-env.rst
+34-14
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
.. _setup-env:
2
2
3
-
=================================
4
-
Setup the development environment
5
-
=================================
3
+
==================================
4
+
Set up the development environment
5
+
==================================
6
6
7
7
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.
8
8
@@ -202,8 +202,8 @@ If you wish to run your own node, see :ref:`Run a node on Concordium<node-requir
202
202
203
203
.. _setup-wallet:
204
204
205
-
Setup a wallet
206
-
==============
205
+
Set up a wallet
206
+
===============
207
207
208
208
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.
209
209
@@ -212,24 +212,44 @@ Use `this link <https://chrome.google.com/webstore/detail/concordium-wallet/mnnk
212
212
.. image:: images/bw-idp-selection.png
213
213
:width:100%
214
214
215
+
.. raw:: html
216
+
217
+
<divstyle="margin-bottom: 50px;"></div>
218
+
215
219
.. _testnet-faucet:
216
220
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:
218
222
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
220
226
:width:50%
221
227
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
223
229
224
-
.. image:: images/tx-fee-in-bw.png
225
-
:width:100%
230
+
<divstyle="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.
226
233
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
+
<divstyle="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.
228
242
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
230
246
:width:100%
231
247
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
+
<divstyle="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.
233
253
234
254
.. image:: images/bw-exported-key.png
235
255
:width:100%
@@ -239,7 +259,7 @@ When you export the key it creates a file named ``<YOUR PUBLIC ADDRESS>.export``
239
259
Import the key
240
260
--------------
241
261
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.
243
263
244
264
Import your key into the ``concordium-client`` configuration:
0 commit comments