michelson-ext

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i michelson-ext

Weekly Downloads

3

Version

1.1.1

License

ISC

Last publish

Collaborators

  • catsigma