nalnir / crypties

Open-source PvP cardgame.
https://crypties-neon.vercel.app
MIT License
1 stars 0 forks source link

Async nft id bump #42

Closed nalnir closed 1 year ago

nalnir commented 1 year ago

If there is a bulk mint, the id incrementation should be done async not on the client side as is can create duplicates if two or more users mint and the same time.

nalnir commented 1 year ago

This one is done