Rock, Paper, Scissors in Solidity
- π»Tutorials
- π€
- βIntermediate
- π·οΈ
- π 3 years ago
This game is to demonstrate Solidity to new-comers and provides a lot of teachable moments
I chose this game (Rock, Paper, Scissors) as a way to demonstrate Solidity to new-comers, because it was very simple in React, but provides a lot of teachable moments when brought over to Solidity. This little contract shows the immediate differences between blockchain code and the code developers are used to.