From 435908a0ba43a21386d207aef50f0659efac8a1a Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:16:50 +0700 Subject: [PATCH] old goodie: exploring cryptokitties midwives (giveBirth() as an example of flawed economic incentive and randomization) --- advanced_expert/vulnerabilities/randomness/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced_expert/vulnerabilities/randomness/README.md b/advanced_expert/vulnerabilities/randomness/README.md index e21106f..b770c5d 100644 --- a/advanced_expert/vulnerabilities/randomness/README.md +++ b/advanced_expert/vulnerabilities/randomness/README.md @@ -22,3 +22,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)** +* **[exploring cryptokitties midwives](https://medium.com/block-science/exploring-cryptokitties-part-2-the-cryptomidwives-a0df37eb35a6)** (`giveBirth()` as an example of flawed economic incentive and randomization)