Ecosystem Getting Started Steps

Steps required for interacting with CasperLabs system:

  1. Google "Getting Started CasperLabs"
  2. DApp Dev Guide - Read Docs
  3. Download/Obtain Hello_World
  4. How do I get on Dev/Test net
  5. Create Key Pair for Account
  6. Create Account/Fund account with Faucet
  7. Install build environment for Rust
  8. Compile hello_world contract
  9. Run hello_world locally
  10. How do I deploy?
  11. Need payment code
  12. Compile payment contract
  13. Obtain deploy interface
  14. Create deploy
  15. Send deploy
  16. Successful Deploy?
  17. Confirmation of Finalization?
  18. Did it run? Effects
  19. Check for state update

How do we get to:

  1. Getting Started
  2. Download IDE Plugin (Start with CLI)
  3. Grab Sample Code
  4. Create Acct & Deploy

Discussion Questions:

Is it possible to simplify common payments by having blessed payment contracts and have an alternate interface to deploy that has a contract and arguments to use?