Inspiration

The vast majority of online NFT generators offer to save the result in IPFS via pinata or nft storage. The NFTool allows you to save collections in BTFS.

What it does

NFTool is NFT image generator based on BTFS. For the program to work, you need to connect to the local or remote BTFS node. Аfter connecting to a node, you can create or edit projects. To create a collection, you need to load parts of images into layers, for example, for a smiley (background, eyes, mouth). The maximum number of images to generate a collection is 10 000.

How we built it

I used React for frontend and BTFS api for http request to BTFS node.

Accomplishments that we're proud of

  • Allows you to generate up to 10,000 images (at a time, the number of generations for a collection is not limited)
  • Automatic generation of metadata file for each image
  • The ability to delete disliked images or parts of them
  • Allows you to save all parts of images
  • Allows you to adjust the rarity of image parts

What we learned

How to work with btfs via http api.

What's next for NFTool

The next step is to create a BTFS node that will allow you to upload collections without running your own BTFS node.

Built With

Share this project:

Updates