Skip to content
New issue

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

Figure out Cryptographically Secure Pseudo Random Generator on blockchain for Raffle model #66

Open
hadasz opened this issue Feb 3, 2019 · 0 comments
Assignees

Comments

@hadasz
Copy link
Contributor

hadasz commented Feb 3, 2019

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

  • A recommendation on next steps forward for using an existing randomness solution
  • Summary of aspects of the researched solutions, why not the ones you didn't choose?
  • If necessary, bootleg-specific implementation details

Tasks

  • Research
  • Write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant