Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkcoffee committed Jun 26, 2024
1 parent 109956c commit 09d0462
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions contracts/random/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Random Number Generation

Immutable has thoroughly investigated on-chain random number generation and use of off-chain random
providers such as Supra and Chainlink. To create a secure on-chain source requires an off-chain
service to inteact with the chain regularly. At present, there is not sufficient demand for
on-chain random for Immutable to invest in creating such a service. The source code, tests, and
threat model are contained in the [random2 branch](https://github.com/immutable/contracts/tree/random2).
In particular, teams considering using on-chain random number generation should read the
[threat model document](https://github.com/immutable/contracts/blob/random2/audits/random/202403-threat-model-random.md) as this describes in detail how on-chain randon number generation can
be used securely.
providers such as Supra and Chainlink. To create a secure on-chain random source requires an off-chain service to inteact with the chain regularly. At present, there is not sufficient demand for on-chain random for Immutable to invest in creating such a service. The source code, tests, and threat model from the investigation are contained in the [random2 branch](https://github.com/immutable/contracts/tree/random2).
In particular, teams considering using on-chain random number generation should read the [threat model document](https://github.com/immutable/contracts/blob/random2/audits/random/202403-threat-model-random.md) as this describes in detail how on-chain randon number generation can be used securely.

0 comments on commit 09d0462

Please sign in to comment.