Setup the development environment#
If you have done the NFT minting tutorial, you will already have most of the necessary setup, including the Concordium Wallet for Web and necessary tools for authoring smart contracts. Otherwise, see Set up the development environment. You need the following tools:
rustup
, including Wasmcargo concordium
concordium client
Concordium Wallet for Web
a Concordium node
You will use this smart contract that is provided by Concordium team.
You need to import the key export from Concordium Wallet for Web in concordium client
. It will ask you to create a password for the output file.
concordium-client config account import <Wallet.export> --name <Your-Wallet-Name>.json
Once you have completed setup, click here to continue to part 2 of this tutorial.