Chapter 1: Elementary

Lesson 9: Summary

We learned:

  • how to declare a new contract,
  • how to declare a new transition,
  • how to declare immutable variables,
  • how to declare mutable variables,
  • how to declare temporary variables in the transition,
  • how to use the implicit variables in a transition,
  • how to change the value of mutable variables in the transition.
  • We learned the general structure of a contract and created a simple contract. We defined a user which has certain attributes such as name, address and tokens.

    With this, we have completed the Elementary level of LearnScilla. See you in the next chapter!

    Congratulations!

    You have completed this chapter!

    Next Chapter

    Chapter 2: Intermediate