Concordium-Hackathon-Task-1 - Setup the development environment

Install Rust

  • Go to Rustup and download the rustup-init.exe .
  • Run rustup-init.exe .
  • Press 1 and enter to install rust. (I had already installed it) rust-install
  • Run the command
    rustup target add wasm32-unknown-unknown 
    

Install cargo-concordium

  • Download cargo-concordium version 2.7.0 for your operating system, in my case windows.
  • Rename the file cargo-concordium and put it in %HOMEPATH%.cargo\bin\ as shown in the following image. cargo-concordium
  • Verify the correct installation running
    cargo-concordium --help
    
    as shown in the following image. cargo-concordium-help

Install Concordium-client

  • Install Concordium Client for your operating system, in my case windows and rename it in concordium-client .
  • Verify the correct installation running
    concordium-client --help
    
    as shown in the following image. concordium-client

Install the Wallet

Create a Testnet account

  • Go to testnet by menu > wallet setting > network setting > testnet
  • Create an identity
  • Create an account
  • Take 2000CCD tokens wallet
  • Go to settings > export private key

Export the account from web wallet and import it into concordium client

  • Run:
    concordium-client config account import <YOUR PUBLIC ADDRESS.export> --name <Your-Wallet-Name>
    
    wallet in my case i overwrite old account as shown in the following image.

Mainnet Wallet address

Concordium address: 3mbLgjjYf6YKPiNt7jyyrAKv4xTF46kKMceEmuC8BLjJDGPMsS