Get Started With Casper

1. Create and deploy a simple, smart contract with cargo casper and cargo test

  • build the contract
  • test the contract
  • deploy on testnet
  • Check Deploy Status

2. Complete one of the existing tutorials for writing smart contracts(counter)

  • compile to WASM
  • Deploy On Testnet
  • check status
  • Get the NEW state-root-hash
  • Increment the Counter
  • Increment the Counter Again

3.Demonstrate key management concepts by modifying the client in the Multi-Sig tutorial to address one of the additional scenarios(Scenario 2: Deploying with special keys)

  • build the key-manager

  • Test the client

  • change the code

  • run the client

4.Learn to transfer tokens to an account on the Casper Testnet

  • Direct transfer

  • check transfer state

5. Learn to Delegate and Undelegate on the Casper Testnet

  • choose a validator
  • Delegate completed

  • Undelegate completed