Git Product home page Git Product logo

concordium's Introduction

Setup the development environment

Install Rust

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

Install cargo-concordium

   wget https://distribution.concordium.software/tools/linux/cargo-concordium_2.7.0
   mv cargo-concordium_2.7.0 bin/cargo-concordium
   chmod u+x bin/cargo-concordium
   bin/cargo-concordium
   cargo-concordium 
   rustup target add wasm32-unknown-unknown
   cargo concordium --help

Install Concordium-client

   cd bin/
   wget https://distribution.concordium.software/tools/linux/concordium-client_5.0.2-0
   mv concordium-client_5.0.2-0 concordium-client
   chmod +x concordium-client
   concordiumhttps://github.com/tgoerke/concordium-client --help
   concordium-client consensus status --grpc-port 10000 --grpc-ip node.testnet.concordium.com

Install the Web Wallet

https://chrome.google.com/webstore/detail/concordium-wallet/

Create a Testnet account

  • Acquiring testnet CCD via the CCD faucet

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

   sudo apt  install jq  # version 1.6-1ubuntu0.20.04.1
   jq '' txt/4pfT44iebN3ygndjCmD1AR5sQWYtd52eJScC9QF2rqmkR2e9GA.export 
   concordium-client config account import 4pfT44iebN3ygndjCmD1AR5sQWYtd52eJScC9QF2rqmkR2e9GA.export --name concordium-dev
   find . ~/.config/concordium/accounts/4pfT44iebN3ygndjCmD1AR5sQWYtd52eJScC9QF2rqmkR2e9GA

Dev cycle

   torsten@tri:~/src/concordium/thought $ inotifywait -q -m -e close_write src/lib.rs |while read -r filename event; do cargo concordium build -e -o thought.wasm.v1 -s schema.bin;   done

concordium's People

Contributors

tgoerke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.