Header banner
Revain logoHome Page
Anh Hoa photo
1 Level
11 Review
1 Karma

Review on Zilliqa by Anh Hoa

Revainrating 4 out of 5

Scilla contracts have two types of state variables: mutable and immutable…

Scilla contracts have two types of state variables: mutable and immutable.
Immutable variables are those that get initialized at the time of contract creation. Once initialized, their values cannot be changed. HelloWorld has one immutable variable named owner.
Mutable variables are those whose value will change even after the contract has been created. HelloWorld has one mutable variable named welcome_msg.




Pros
  • Scilla, short for Smart Contract Intermediate-Level Language, is an intermediate-level smart contract language being developed for Zilliqa. Scilla has been designed as a principled language with smart contract safety in mind.
Cons
  • It has an inexperienced team: The creators of Zilliqa are academics not businessmen. Zilliqa’s tech is ahead of the rest of the market but its business isn’t.

Similar reviews