michelson-ext
v1.1.1
Published
An extension for writing michelson
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-extmiext path_to_*.tzext
