GraphemeNFT / rarible-scaffold

MIT License
0 stars 0 forks source link

Minting should incur a fee and so should claiming #11

Closed tomosaigon closed 3 years ago

tomosaigon commented 3 years ago

We haven't discussed what this should be. Let's have a default nominal gwei mint fee (like 1000 gwei) which can be changed by the contract owner.

Then there should be a fee to claim the Letters you like, which should be much higher than the mint fee. Perhaps the claim fee is 20x the mint fee, and also can be updated by the contract owner later.

tomosaigon commented 3 years ago

mintFee and claimFee have been implemented