
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
The Do-It-Yourself (DIY) Factory of Modern Originals (FoMO) Presents
Yes, you can! Generate your own monkes twenty one 28×28 pixel avatar images from the 100+ official text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
Let's generate some monkes twenty one (pixel) avatars / characters.
Using the fab
(or fabricate
) command line tool, see Factory of Modern Originals (FoMO) .
$ fab monke21 orange_orc hoodie_orange lasereyes_red
$ fab monke21 demon tophat_midnight shades_cool
$ fab monke21 squiggle eyes_left
via script:
require 'monkes21'
monke = Monke21::Image.generate( 'orange orc', 'hoodie orange', 'lasereyes red' )
monke.save( "monke1.png")
monke.zoom(4).save( "monke1@4x.png" )
monke = Monke21::Image.generate( 'demon', 'tophat midnight', 'shades cool' )
monke.save( "monke2.png")
monke.zoom(4).save( "monke2@4x.png" )
monke = Monke21::Image.generate( 'squiggle', 'eyes left' )
monke.save( "monke3.png")
monke.zoom(4).save( "monke3@4x.png" )
Voila!
In 4x:
Let's rock. Via command line:
$ fab monke21 rock_gray_block eyes_green
$ fab monke21 rock_green wildhair eyes_polarized
$ fab monke21 rock_pepe mohawk_red
$ fab monke21 rock_alien knittedcap
via script:
monke = Monke21::Image.generate( 'rock gray block', 'eyes green' )
monke.save( "monke4.png")
monke.zoom(4).save( "monke4@4x.png" )
monke = Monke21::Image.generate( 'rock green', 'wildhair', 'eyes polarized' )
monke.save( "monke5.png")
monke.zoom(4).save( "monke5@4x.png" )
monke = Monke21::Image.generate( 'rock pepe', 'mohawk red' )
monke.save( "monke6.png")
monke.zoom(4).save( "monke6@4x.png" )
monke = Monke21::Image.generate( 'rock alien', 'knittedcap' )
monke.save( "monke7.png")
monke.zoom(4).save( "monke7@4x.png" )
Voila!
In 4x:
And so on.
Join us in the Ordbase (Incl Ordgen / ORC-721) discord (chat server). Yes you can. Your questions and commetary welcome.
Or post them over at the Help & Support page. Thanks.
FAQs
Unknown package
We found that monkes21 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.