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/mainnet/docs/installation/downloads.rst
+64-49Lines changed: 64 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This topic contains information about where you can download the Concordium Wall
11
11
.. _downloads-cryptox:
12
12
13
13
|cryptox|
14
-
========================
14
+
=========
15
15
16
16
The |cryptox| is available for iOS (16.4 or later) and Android™ (8 or later).
17
17
@@ -53,15 +53,15 @@ It is the main Concordium mobile wallet and has the widest set of features.
53
53
.. _downloads-browser-wallet-testnet:
54
54
55
55
|bw|
56
-
=================================
56
+
====
57
57
58
58
The |bw| is available to download as an extension for the `chromium web browsers <https://chrome.google.com/webstore/detail/concordium-wallet/mnnkpffndmickbiakofclnpoiajlegmg?hl=en-US>`_. The extension supports both Mainnet and Testnet.
Before you can use the downloaded Concordium Client on Linux you have to make the downloaded file executable. Run the following command to make the file you download executable:
129
135
130
-
Before you can use the downloaded Concordium Client on Linux you have to make the downloaded file executable. Run the following command to make the file you download executable:
136
+
.. code-block:: console
131
137
132
-
.. code-block:: console
138
+
chmod +x concordium-client-linux
133
139
134
-
chmod +x concordium-client-linux
140
+
.. dropdown:: macOS
135
141
136
-
- Download Concordium Client for macOS: `ARM <https://github.com/Concordium/concordium-client/releases/download/9.1.4-0-rc/concordium-client-macos-arm.pkg>`_ `Intel <https://github.com/Concordium/concordium-client/releases/download/9.1.4-0-rc/concordium-client-macos-intel.pkg>`_
142
+
- Download Concordium Client for macOS: `ARM <https://github.com/Concordium/concordium-client/releases/download/9.1.4-0-rc/concordium-client-macos-arm.pkg>`_ `Intel <https://github.com/Concordium/concordium-client/releases/download/9.1.4-0-rc/concordium-client-macos-intel.pkg>`_
137
143
138
-
- The macOS distribution is an installer that places an alias to the binary
139
-
into the folder ``/usr/local/bin``. So after installing, you should have
140
-
``concordium-client`` on your path.
144
+
- The macOS distribution is an installer that places an alias to the binary
145
+
into the folder ``/usr/local/bin``. So after installing, you should have
146
+
``concordium-client`` on your path.
141
147
142
-
- `Download Concordium Client for Windows<https://github.com/Concordium/concordium-client/releases/download/9.1.4-0-rc/concordium-client-windows.zip>`_
148
+
.. dropdown:: Windows
143
149
144
-
- The Windows distribution is a zip file that must be extracted before use.
145
-
To do this, in Windows Explorer, right-click the downloaded file and select
146
-
"Extract All...". After extraction, you will have a folder containing the
147
-
Concordium Client executable (``concordium-client.exe``) as well as other files
148
-
that are required to run the client.
150
+
- `Download Concordium Client for Windows <https://github.com/Concordium/concordium-client/releases/download/9.1.4-0-rc/concordium-client-windows.zip>`_
151
+
152
+
- The Windows distribution is a zip file that must be extracted before use.
153
+
To do this, in Windows Explorer, right-click the downloaded file and select
154
+
"Extract All...". After extraction, you will have a folder containing the
155
+
Concordium Client executable (``concordium-client.exe``) as well as other files
156
+
that are required to run the client.
149
157
150
158
.. _cargo-concordium-testnet:
151
159
152
-
``cargo-concordium``
153
-
====================
160
+
cargo-concordium
161
+
================
154
162
155
163
For information about installing ``cargo-concordium``, see :ref:`Install tools for development <build-contract>`.
156
164
@@ -175,7 +183,7 @@ To ease deployment and initialization, you can use the `Smart contract deploy an
175
183
Concordium node distributions
176
184
=============================
177
185
178
-
For the system requirements to run a node, see :ref:`System requirements to run a node<node-requirements>`.
186
+
For the system requirements to run a node and installation instructions for each operating system, see :ref:`System requirements to run a node<node-requirements>`.
179
187
180
188
.. Note::
181
189
@@ -272,15 +280,17 @@ Download the block separately to inspect it or to run a node in a custom configu
272
280
273
281
.. _downloads-voting-tools:
274
282
275
-
Voting tools
276
-
============
283
+
.. only:: never
284
+
285
+
Voting tools
286
+
============
277
287
278
-
Coordinator tool
279
-
Windows
280
-
Mac
281
-
Ubuntu
288
+
Coordinator tool
289
+
Windows
290
+
Mac
291
+
Ubuntu
282
292
283
-
The Guardian app, voting dApp, and election smart contract are created by the election coordinator during the setup phase of the election.
293
+
The Guardian app, voting dApp, and election smart contract are created by the election coordinator during the setup phase of the election.
284
294
285
295
.. _downloads-auxiliary-tools:
286
296
@@ -292,44 +302,49 @@ Auxiliary tools are a collection of tools that can be used to perform actions as
292
302
Encrypt/decrypt tool v1.0.0
293
303
---------------------------
294
304
305
+
For information about how to use the encrypt/decrypt tool, see :ref:`Auxiliary tools <developer-tools>`.
306
+
295
307
- `Download the Encrypt/decrypt tool for Linux <https://distribution.concordium.software/tools/linux/utils-1.0.0>`_
296
308
297
309
- `Download the Encrypt/decrypt tool for Windows <https://distribution.concordium.software/tools/windows/signed/utils-1.0.0.zip>`_
298
310
299
311
- `Download the Encrypt/decrypt tool for macOS <https://distribution.concordium.software/tools/macos/signed/utils-1.0.0.zip>`_
300
312
301
-
For information about how to use the encrypt/decrypt tool, see :ref:`Auxiliary tools <developer-tools>`.
302
-
303
313
Company identity management tool v1.0.2
304
314
---------------------------------------
305
315
306
316
Use this tool to create a company identity, request accounts using a company identity, and recover a company identity.
317
+
For information about how to use the company identity management tool, see :ref:`company-identities`.
307
318
308
-
- `Download the Company identity management tool for Linux - Debian package <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.deb>`_
319
+
.. dropdown:: Linux
309
320
310
-
- Verification instructions
321
+
- `Download the Company identity management tool for Linux - Debian package <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.deb>`_
311
322
312
-
In a terminal:
323
+
- Verification instructions
313
324
314
-
#. Navigate to the download.
315
-
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.deb
316
-
#. Verify that the output matches the SHA256 checksum ``c728dbe0b5ab950e4e705d7faceaee4b5ade615acd34b3bc6e75250acdedfaa9``.
325
+
In a terminal:
317
326
318
-
- `Download the Company identity management tool for Linux - App image <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.AppImage>`_
327
+
#. Navigate to the download.
328
+
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.deb
329
+
#. Verify that the output matches the SHA256 checksum ``c728dbe0b5ab950e4e705d7faceaee4b5ade615acd34b3bc6e75250acdedfaa9``.
319
330
320
-
- Verification instructions
331
+
- `Download the Company identity management tool for Linux - App image <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.AppImage>`_
321
332
322
-
In a terminal:
333
+
- Verification instructions
323
334
324
-
#. Navigate to the download.
325
-
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.AppImage
326
-
#. Verify that the output matches the SHA256 checksum ``8b6964d827808d3a8a9244d202e3aa8cdffeb2462edf44b3e32e7b41549b710f``.
335
+
In a terminal:
327
336
328
-
- `Download the Company identity management tool for Windows <https://distribution.concordium.software/tools/windows/signed/Concordium_Company_ID_1.0.2_x64_en-US.msi>`_
337
+
#. Navigate to the download.
338
+
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.AppImage
339
+
#. Verify that the output matches the SHA256 checksum ``8b6964d827808d3a8a9244d202e3aa8cdffeb2462edf44b3e32e7b41549b710f``.
329
340
330
-
- `Download the Company identity management tool for macOS <https://distribution.concordium.software/tools/macos/signed/concordium_company_id_1.0.2-1_x64.dmg>`_
341
+
.. dropdown:: Windows
331
342
332
-
For information about how to use the company identity management tool, see :ref:`company-identities`.
343
+
- `Download the Company identity management tool for Windows <https://distribution.concordium.software/tools/windows/signed/Concordium_Company_ID_1.0.2_x64_en-US.msi>`_
344
+
345
+
.. dropdown:: macOS
346
+
347
+
- `Download the Company identity management tool for macOS <https://distribution.concordium.software/tools/macos/signed/concordium_company_id_1.0.2-1_x64.dmg>`_
0 commit comments