edsphinx / Hackathon-Concordium-Task1

Concordium Hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concordium Hackathon

Condordium Mainnet Account Address

  • 3JSkNUDYEyGygnZkJAKsY7nNk6WHGJdmULHjAB9KHnhZnAdTH3

Install Rust

First install rust with

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

rust1

install Wasm which will be used for building contracts

rustup target add wasm32-unknown-unknown

rust2

Install cargo-concordium

cargo-condordium

Install Concordium-client

condordium-client

Install the Web Wallet

alt text

Create a Testnet account

Select Testnet on the begining to start process

alt text

Acquiring testnet CCD via the CCD faucet

from the same web wallet you request the Test tokens

alt text

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

import into my wallet with

concordium-client config account import 3fS4j4h1UPB7iEEuhx8jxXUk4Ze4y3ryf9sMRKQNbHAHfuvz6h.export --name edsphinx alt text

And everything is ready

About

Concordium Hackathon

License:MIT License