From 416f9dc03c202bff66c8db0837a815e6d16fc51b Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+miavonsteinkirch@users.noreply.github.com> Date: Thu, 17 Nov 2022 20:43:43 -0800 Subject: [PATCH] exploring the randao game in pos ethereum --- vulnerabilities/random_numbers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vulnerabilities/random_numbers.md b/vulnerabilities/random_numbers.md index f6bc59a..d56ce6e 100644 --- a/vulnerabilities/random_numbers.md +++ b/vulnerabilities/random_numbers.md @@ -19,3 +19,4 @@ * [ethereum randomness ](https://eth2book.info/altair/part2/building_blocks/randomness) * [randao github](https://github.com/randao/randao) +* [exploring the randao game in pos ethereum](https://ethereum.github.io/beaconrunner/notebooks/randao/randao.html)