All Questions
2 questions
1
vote
1
answer
2k
views
Chainlink VRF fulfillRandomness doesn't use enough gas to perform function - how to get it to use more?
Chainlink VRF allows users to get a random number by calling requestRandomness and then waiting for the fulfillRandomness callback to be called by the Chainlink contract.
I have a function ...
2
votes
1
answer
1k
views
Ensuring a fair distribution of an NFT set?
Suppose I have 1000 NFT's I would like to distribute. The user can see what any NFT looks like in advance, but they don't know what they'll be getting until they actually buy it. In other words, there ...