michelson-ext
v1.1.1
Published
An extension for writing michelson
Downloads
5
Readme
michelson-ext
An extension for writing michelson
Tips
dup[ x : y : ... ]
means to duplicate the x-th, y-th element on the current stack.- ` means a meaningless method.
@
means a meaningful method. The number of@
is only a mark for counting the number of return of the methods.@zzz[ x : y : ... ]
is just a shortcut fordup[ x : y : ... ]; @zzz;
How to use
npm install -g michelson-ext
miext path_to_*.tzext