gnosisguild / wand-nft

wand-nft.vercel.app
8 stars 6 forks source link

use owner address as stone texture seed #70

Closed jfschwarz closed 2 years ago

jfschwarz commented 2 years ago

After the discussion in https://github.com/gnosis/wand-nft/issues/35 this PR uses the minter's address as the random seed for generating the stone texture. This makes sure that the final stone indeed looks like the preview.

Worth pointing out that transferring the wand would mean that the stone will appear with slightly altered texture (it keeps the original style and colors, but the patterns would shift a bit). If we wanna avoid this, we'd have to store the address of the original minter (= higher minting cost).