GraphemeNFT / rarible-scaffold

MIT License
0 stars 0 forks source link

lazy minting letters for speed? #83

Closed dcsan closed 2 years ago

dcsan commented 2 years ago

https://ropsten.rarible.com/token/0x1725eab2faa1e9b97487b818318ba2310334e029:11?tab=details

on ropsten these TXs take about 5 mins to go mint, so it's not great for a demo...

maybe using rarible lazy minting for letters? and only use mainnet for Words ?

but that maybe complex to use two completely different minting strategies. we'd also have to split up the contracts...

dcsan commented 2 years ago

50