42-transcendence

Blockchain Integration

In this project, the winner can store the fact that they won on the blockchain after the tournament is ended. We use the Sepolia testnet, a public Ethereum test network, which allows us to operate without real Ethereum. Test tokens (Sepolia ETH) are free and can be obtained from a faucet. The Google Faucet was the only one we found that did not require a starting balance.

Wallet

Smart Contract


How It Works

We opted to only store tournament results in the blockchain, since the results of other games carry less weight and therefore it is not worth it to spend cryptocurrency (which would not be free in a real world application) to store these. Here is how it works:

After a Tournament:

Notes