Olugbenga2000 / Concor_hack1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackathon: Concordium Hackathon - The Future of Identity

TASK 1: Setup Development Environment

Introduction Submission for the Concordium Hackathon Task 1 - Setup Development Environment

Step 1: Install Rust and Cargo
Inorder to install rust, i installed rustup first, which installed rust and cargo

Step 2: Wasm install
Wasm was installed using rustup target add wasm32-unknown-unknown

Step 3: Install cargo-concordium
I downloaded the version 2.7.0 of cargo-concordium

Step 4: Install Concordium-client
concordium-client is a command line tool to deploy, mint, and transfer. Setup a Wallet
Step 5: Create a Testnet account and acquire testnet CCD via the CCD faucet

Step 6: Export the account from web wallet and import it into Concordium client

Concordium mainnet address

4LVyWJ6bNfYM6znMfq252XCuMpUthQ7ahFmGcdSZSVS6iRXZcT

About