Great tutorial Richard! the GrannyVerse will implement VRF into its Bingo Contract!
@ExploreVillage1 Жыл бұрын
Is it possible to modify a smart contract to limit the number of digits in random values? Example: 6 digit or 8 digit and start from:100000. Question: Can i use this smart contract for raffle draw?
@intelligize6 ай бұрын
just take the last 6 digits and splice 😂
@ChristianReyess Жыл бұрын
Is there any way you can make a walk through for deploying this on a local block chain? Ive been trying to figure it out following "how to Local testing using a Mock contract"
@kamrul14111 ай бұрын
Can anyone tell me the difference between the conventional VRF (or original VRF if you like that has in IRTF RFC 9381) and Chain link's VRF?
@KXSocialChannel Жыл бұрын
In my opinion, the longer it takes to generate a random number, the more likely it is that it is really random.
@michaelqu6732 Жыл бұрын
It still depends on the underlying algorithm I think. Cryptographical computation takes a long time but it may not generate true random (correct me if I am wrong)