Low understanding of creating nfts

Good day , i have bean reeding all the info in chia site ,and have bean . Watching all youtube guides.
Still unable to create nft , when nfr generation gui avilable ?
The thing about mint garden is the input u asked their is not easy to understand ,.
Any suggestion to a low understanding person ?

2 Likes

Have you tried using the Sage wallet as this has an easy way to mint single NFTs.

2 Likes

I went to check it out look promising

2 Likes

Me and my feivorite ai made some nice nfts,
An album of my feivorite vegtable.
I realy want to sent them as a hole collection .
Need never expirienced pc commands . I need i video, any one up to my resQ , i can pay fair price in xch <3 good day sirs
I

Thank u again , actuly want to push my boundries will the tech , fountion from the reason i want my albom to be reprecented as an album , good day sir

1 Like

The “collection” is determined by the collection ID added in the metadata.

I recommend familiarizing yourself with the metadata structure from CHIP 7:

Generally the process for creating NFTs is:

  • create the nft assets (generally images)
  • create the metadata (follow the CHIP 7 standard and look at CHIP 15 if you need more utility)
  • create the nft license
  • upload all assets, metadata, and the license to a publicly accessible hosting platform
  • mint the nfts using the asset, metadata, and license links (you may also need to get the hashes for those files and might want to add other onchain metadata like edition)

Most NFT minting solutions only perform that last steps for the user and expect the user to have already created and uploaded their assets