We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer implementing the raffle model, we need to find a way to have pseudo randomness.
Official statement of the problem of on-chain randomness with list of potential solutions: https://github.com/ethereum/research/wiki/Problems#21-on-chain-random-number-generation-63
One potential solution: https://www.randao.org/whitepaper/Randao_v0.85_en.pdf
Chainlink
Is it possible to have randomness on-chain? If not, what our off chain options?
This is needed for the raffle model. This is possible
The text was updated successfully, but these errors were encountered:
hadasz
No branches or pull requests
Overview
As a developer implementing the raffle model, we need to find a way to have pseudo randomness.
Reference
Official statement of the problem of on-chain randomness with list of potential solutions:
https://github.com/ethereum/research/wiki/Problems#21-on-chain-random-number-generation-63
One potential solution:
https://www.randao.org/whitepaper/Randao_v0.85_en.pdf
Chainlink
Questions
Is it possible to have randomness on-chain?
If not, what our off chain options?
Assumptions
This is needed for the raffle model.
This is possible
Acceptance
Tasks
The text was updated successfully, but these errors were encountered: