Skip to content

Instantly share code, notes, and snippets.

@scriptonian
Last active August 19, 2020 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scriptonian/fbb7d7ff33f7b78afe25a54b44f9fc60 to your computer and use it in GitHub Desktop.
Save scriptonian/fbb7d7ff33f7b78afe25a54b44f9fc60 to your computer and use it in GitHub Desktop.
(***************************************************)
(* scilla version *)
(***************************************************)
scilla_version 1
(***************************************************)
(* associated library *)
(***************************************************)
library MyContractLib
(* library code block follows *)
(***************************************************)
(* contract definition *)
(***************************************************)
contract MyContract
(owner: ByStr20)
(* immutable contract parameters declaration *)
(* mutable fields declaration *)
(* transitions and procedures *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment