Bueno: How to Create a Generative NFT Collection with Bueno
Learn how to create a generative NFT collection with Bueno.
Bueno is a generative NFT collection service that allows you to upload a variety of assets, control collection rarity, and tags, and create a collection of up to 10,000 NFTs with just a few button clicks, no code required.
Read below to learn how to create a generative NFT collection with Bueno.
Select ‘Create New’ under ‘Collections’:

Bueno currently supports up to 10,000 tokens per collection, but for this example, we will use 6.


Enter the Filebase IPFS gateway URL:
https://ipfs.filebase.io/ipfs/

Then select ‘Choose Folder’:

Since Bueno uses components, your assets will need to be stored in the following file structure:
.
└── Beuno NFT Collection/
├── Bodies/
│ ├── Ghost1.png
│ ├── Ghost2.png
│ └── Ghost3.png
└── Colors/
├── Color1.png
├── Color2.png
└── Color3.png
Once your assets are organized in the above format, upload your folder Bueno NFT Collection folder.
A reflection of the components will be displayed as a preview. Select ‘Upload’ to finish the upload process.



Select ‘Generate Preview Set’:

This will create NFT tokens based on the components you’ve uploaded and any rules or rarity factors you’ve considered.

Your Tokenset will be listed below the Generate Tokens options:



Choose ‘Download Metadata’:

{
"image": "https://ipfs.filebase.io/ipfs/<CID>",
"attributes": [
{
"trait_type": "Bodies",
"value": "ghost 3"
},
{
"trait_type": "Colors",
"value": "color1"
},
{
"trait_type": "Template",
"value": "Default"
}
],
"name": "Filebase #1",
"description": ""
}
From here, you can create collections of NFTs with as many components and attributes as you’d like!
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago