Mooncats

mooncats - mint your own mooncat pixel art images off chain using any of the 128 True Official Genuine Mooncat™ md5-verified original designs; incl. 2x/4x/8x zoom for bigger sizes

New to Mooncats? See the Awesome MoonCatRescue Bubble (Anno 2021) - Modern Crypto Pixel Art on the Blockchain »

Command Line

Use the mooncat command line tool. Try:

$ mooncat -h

resulting in:

``` Usage: mooncat [options] IDs Mint mooncats from original designs - for IDs use 5 byte hexstrings (e.g 0x004fc21270)

Options: -z, –zoom=ZOOM Zoom factor x2, x4, x8, etc. (default: 1) -d, –dir=DIR Output directory (default: .) -h, –help Prints this help ```

Now let’s give it a try. Let’s mint mooncats 0x00000800fa, 0x0077c8278d, and 0xff5f000ca7:

$ mooncat 0x00000800fa 0x0077c8278d 0xff5f000ca7

printing:

==> (1/3) minting mooncat 0x00000800fa; writing to >./mooncat-00000800fa.png<... design #0 (21x17) ==> (2/3) minting mooncat 0x0077c8278d; writing to >./mooncat-0077c8278d.png<... design #119 (20x21) ==> (3/3) minting mooncat 0xff5f000ca7; writing to >./mooncat-ff5f000ca7.png<... design #95 (20x21)

And voila!

Bonus: Try the -z/--zoom factor x2, x4, x8, etc.

Let’s give it a try. Let’s mint mooncat 0x00000800fa, 0x0077c8278d, and 0xff5f000ca7 in 2x format:

$ mooncat --zoom 2 0x00000800fa 0x0077c8278d 0xff5f000ca7 # -or- $ mooncat -z2 00000800fa 0077c8278d ff5f000ca7

printing:

setting zoom to 2x ==> (1/3) minting mooncat 0x00000800fa; writing to >./mooncat-00000800fa_x2.png<... design #0 (21x17) ==> (2/3) minting mooncat 0x0077c8278d; writing to >./mooncat-0077c8278d_x2.png<... design #119 (20x21) ==> (3/3) minting mooncat 0xff5f000ca7; writing to >./mooncat-ff5f000ca7_x2.png<... design #95 (20x21)

And voila!

And x4:

And x8:

And so on.

Usage in Your Scripts

Yes, you can mint mooncats in your own scripts and much more. See the Programming Mooncats Step-by-Step Booklet / Guide » - Upcoming

Install

Just install the gem:

$ gem install mooncats

License

The scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Post them on the mooncatrescue reddit. Thanks.