-1

Planning a project and just getting into development for cardano. I want users to receive a randomly generated NFT, but I don't want to limit the number of potential users.

Ken White
  • 123,280
  • 14
  • 225
  • 444
Gatsby
  • 11
  • 1

1 Answers1

-1

Yeah it's pretty simple. You just set the total supply to 1 and everytime you mint, you increase the total supply to 1 more. You'll have to modify your mint function accordinly to make it happen.