1.1.1 • Published 7 years ago

michelson-ext v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

michelson-ext

An extension for writing michelson

Tips

  1. dup[ x : y : ... ] means to duplicate the x-th, y-th element on the current stack.
  2. ` means a meaningless method.
  3. @ means a meaningful method. The number of @ is only a mark for counting the number of return of the methods.
  4. @zzz[ x : y : ... ] is just a shortcut for dup[ x : y : ... ]; @zzz;

How to use

  1. npm install -g michelson-ext
  2. miext path_to_*.tzext
1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago