Downloads#
This topic contains information about where you can download the Concordium Wallets and tools for Mainnet.
Concordium Wallet for Mobile#
The Concordium Wallet for Mobile is available for iOS and Android™. The Concordium Wallet for Mobile supports iOS 15 or later and Android 8 or later.
Note
The Concordium Wallet for Mobile is not supported on tablet devices.
You can find Concordium Wallet for Mobile on App Store and on Google Play.
Concordium Legacy Wallet#
The Concordium Legacy Wallet is available for iOS and Android™. The Concordium Legacy Wallet supports iOS 13 or later and Android 8 or later.
Note
The Concordium Legacy Wallet is not supported on tablet devices.
You can find Concordium Legacy Wallet on App Store and on Google Play.
Concordium Wallet for Web#
The Concordium Wallet for Web is available to download as an extension for the chromium web browsers. The extension supports both Mainnet and Testnet.
Concordium Desktop Wallet#
Linux® v1.5.0
Download the Desktop Wallet for Linux®:
-
SHA256 checksum of the download:
a04dcab599799533d8e35765a656a0ad938074d5f267f1829c5aa8258376b4e8
-
SHA256 checksum of the download:
ef0237f30e1c435323ef2eff2df82a23ffbb54b7c0b329666a07c78fb61119f1
-
SHA256 checksum of the download:
845f375c728b14ce13400869001b58c894510454dd7af8fa95d9538b5d8ef2d4
Concordium LEDGER App#
Install the LEDGER App for use with the Desktop Wallet from LEDGER Live. For information, see Install the LEDGER app.
Concordium Client 6.0.1-0#
Download the Mainnet Concordium Client for Linux
SHA256 checksum of the download:
6f5e1480ab26ffdad2770a4882ff4659c9286c48d81a0e8749ef7666ce8ae7d2
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:
chmod +x concordium-client_*
where you replace * with 6.0.1-0.
Download the Mainnet Concordium Client for macOS
The macOS distribution is an installer that places an alias to the binary into the folder
/usr/local/bin
. So after installing, you should haveconcordium-client
on your path.
cargo-concordium
#
For information about installing cargo-concordium
, see Install tools for development.
Note
From version 2.8.0 the distribution for cargo-concordium
has been simplified. Now, once you have installed rustup, you can quickly and easily install cargo-concordium
without downloading a separate package or going through many steps. If you already have cargo-concordium
installed, you may need to remove the existing cargo-concordium
from your PATH to be able to update versions in the future.
VSCode extension#
You can install the VSCode extension for smart contract development from the VSCode marketplace.
Smart contract deploy and initialize tool#
To ease deployment and initialization, you can use the Smart contract deploy and initialize tool. It works with the Concordium Wallet for Web to deploy and initialize smart contracts to Mainnet and Testnet.
Concordium node distributions#
For the system requirements to run a node, see System requirements to run a node.
Note
When upgrading, you can only upgrade one minor version at a time, or from the last release of major version X to major version X+1. You cannot skip versions. For patches, you can skip versions e.g. X.X.0 to X.X.3, or X.1.1 to X.2.3. To download previous node versions, see Previous node versions.
Ubuntu 6.0.4#
To run a node on a server with Ubuntu, download a Mainnet Debian package.
SHA256 checksum of the download: 0c236d9a0d87d1dbc44e979155208aecd6f18051ca7baf02a2603b8a9599c454
Linux-Docker 6.0.4#
To learn how to run a node with Ubuntu, see Run a node on a server with Ubuntu. To upgrade your Docker node either restart the service if you are using the :latest image tag, or change the image tag to the new version. See Running/upgrading a node for details.
Windows 6.0.4#
To run a node on Windows, download a Mainnet Windows Installer package. Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.
To learn how to run a node on Windows, see Run and manage a node on Windows.
Mac 6.0.4#
To run a node on macOS, download a Mainnet macOS installer package.
To learn how to run a node on Mac, see Run and manage a node on macOS.
Node performance monitoring#
You can use the Prometheus monitoring system to export node metrics for monitoring your node performance. For information about configuration and the exposed metrics, see the documentation in the repository.
For node runners using Grafana®, Concordium provides a node performance dashboard using the exposed Prometheus metrics. You can download it from the Grafana marketplace.
Genesis block#
The genesis block is included in node distributions. Download the block separately to inspect it or to run a node in a custom configuration.
Download the mainnet genesis block
SHA256 checksum of the download:
5fe6a62824d5b0dba6143243e90987ddf3e15cca079f21992de04d078d9ea6dc
Auxiliary tools#
Auxiliary tools are a collection of tools that can be used by developers to perform actions as needed.
Encrypt/decrypt tool v1.0.0#
For information about how to use the encrypt/decrypt tool, see Auxiliary tools.