dboures / solana-random-number-betting-game

14 stars 10 forks source link

Random Number Generator #1

Open rmdorsey opened 2 years ago

rmdorsey commented 2 years ago

Are you also waiting on VRF from Chainlink for Solana? Or did you find a workaround? I'm also trying to create a betting game.

dboures commented 2 years ago

Truth be told, I haven't looked into randomness in a while. A few months ago I heard Switchboard was building one, looks like they might have a solution now, although I'm not sure how good it is: https://github.com/switchboard-xyz/vrf_req_example.

Here's a good writeup of a failed attempt at on-chain randomness: https://github.com/Arrowana/cope-roulette-pro

norwnd commented 11 months ago

There also are some promising ideas being discussed in this write-up.