1.1.1 • Published 8 years ago

michelson-ext v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago