# The NFT Hitchhike

By [catalizer.eth](https://paragraph.com/@catalizer) · 2022-05-02

---

Storytelling first, technology last.
====================================

As you may know, the open-sourced Github project, [Hashlips](https://github.com/HashLips), is widely used for generating NFTs (at least those JPEG/PNG/GIF NFTs). Kudos to Hashlips contributors, you guys strengthened my abilities to take a deep dive into the so-called JEPG summer.

I recommend all degens to experience the Hashlips art engine. It is foolproof and handy. All you need to do are just download the package, install it, and drop your DNA art parts in, then configure the build job, run the job by inputting `npm index.js`. Done…

If we draw a workflow about how to generate your NFT, it could be:

*   **Define and design the fine arts’ properties.**
    
    Such as canvas size (512X512? 1240x1240?2480x2480?), dpi (300?), color palette, genre (cartoon? pixel? etc.), parts (head? shoes? clothes? face? hands? accessories?…), and rarities.
    
*   **Pick an open-sourced or paid NFT generation tool.**
    
    Hashlips art engine. [NFT-generator.](https://nft-generator.art/app) and so on…
    
*   **Generate your NFTs.**
    
    You may need a little basic knowledge about coding, but do not worry, the user mauals are pretty helpful.
    

![I used Hashlips to generate my DingLaoTou (丁老头) collections](https://storage.googleapis.com/papyrus_images/b7cb74f95eadf0d82d5f2134b57c5f7610b179a046100505b15ac9c5027002f8.jpg)

I used Hashlips to generate my DingLaoTou (丁老头) collections

*   **Save your NFTs in IPFS.**
    
    Well, it is nothing complicated. Download the [IPFS client](https://ipfs.io/#install) and install it. Upload your files to IPFS nodes and get Content Identifiers (CIDs).
    

![It is an IPFS windows client screenshot image](https://storage.googleapis.com/papyrus_images/cede2c826e736e4edfe80af236d3aaa0a5a0ff3f6006df30376a756802084d87.jpg)

It is an IPFS windows client screenshot image

*   **Mint your NFTs via smart contract.**
    
    Yes, you can still choose Hashlips NFT minting app. How considerable Hashlips contributors are!
    
*   **List NFTs or sell them through the NFT marketplace.**
    
    OpeaSea, Rarible, X2Y2, etc.
    

An example - 0xMonkey
---------------------

I own the 0xMonkey#1889. (No offense to this project, I actually like this kind of genre.)

You can see the JSON metadata via

[https://gateway.pinata.cloud/ipfs/QmeiP7irYhANPxcEsdHUW4Lpza3CktWVXoZJi2EiErCVLf/1889.json](https://gateway.pinata.cloud/ipfs/QmeiP7irYhANPxcEsdHUW4Lpza3CktWVXoZJi2EiErCVLf/1889.json)

`{ "name": "0xMonkey #1889", "description": "0xMonkey is a project inspired by Monkeykingdom and puts it's own unique spin in the art style and traits.Not affiliated with MonkeyKingdom", "image": "https://gateway.pinata.cloud/ipfs/QmWVn8PdQBHQ7c8hiBt8bkGxCGz5GnND8rqaDYJQhvfsKs/1889.png", "dna": "80134e2a91b80de3625c73e2f28447665eb3d67a", "edition": 1889, "date": 1650293715151, "aritist": "koroo", "attributes": [ { "trait_type": "Background", "value": "pink" }, { "trait_type": "Body", "value": "Mk Half Gold" }, { "trait_type": "Clothes", "value": "t grey" }, { "trait_type": "Mouth", "value": "blank" }, { "trait_type": "Head", "value": "blank" }, { "trait_type": "Eyes", "value": "blank" } ], "compiler": "HashLips Art Engine" }`

Clearly, _NOTHING COMPLICATED_ in NFT generation techs.

For those Mooned NFT projects, see through the surface, you will discover that all the internal intentions and motivations are marketing-driven. That is to say, your web2 boss is still your web3 boss. It is your curse if you have no doubts.

Class identification first, joyfulness next.
============================================

I don’t mean that joyfulness is less important. It is just not as important as those NFT teams stated.

Let’s go back to the core **manifestoes** of web 3.

**#Open #Data authority #Consensus #Equal opportunity**

So, what’s wrong?

*   OpenSea is not Open.
    
*   Data authority is not authorized.
    
*   Consensus is concerned.
    
*   Equal opportunity is rare.
    

Vitalik’s journey on blockchain started from his dissatisfaction with the WOW game. Ironically, the NFT summer is still a centralized game controlled by a small group of quasi-web3-deep-state members. You can see these big names (your carved idols) in Cryptopunks, BAYC, Meebits, Eightbit Me, and of course, The Otherside.

The Majority of Web3 product users’ desires and eagernesses to turn the world will only result in an ETH loss. As I twitted before, all NFTs are born to snitch your ETH to Whale’s pockets.

When we call something a GAME, that means, there are game rule-makers who exist in the real world and they will hold an in-game privileged position if they want. Our human society is a long-run big game, from ape (or Homo) to human. The god, prophets, kings and empires, prime ministers, chairmen, and presidents are tangible policy-makers. However, there are still hundreds of intangiable deep-state members.

Well. I am not pessimistic. I still believe web3 is the future.

Digests
=======

*   Let the dust settle and go back to where the ETH origins from - **Online games.**
    
*   Same as its name, owning a BAYC on the blockchain is as same as owning a **fancy yacht** in the real world. BAYC jpegs have no value, but the ownership of a BAYC is a pass card to get into an upper-class club to exchange first-hand information. That is the essence of **rarity**.
    
*   A smart contract could be used as a **covenant**. Those who make a deal with the evil will finally eat their backfires.
    
*   Keep dancing and playing the ambient music on. The Great Gatsby is still an idol to most web3 users, because he is rich, at least.

---

*Originally published on [catalizer.eth](https://paragraph.com/@catalizer/the-nft-hitchhike)*
