https://github.com/clemlak/beths
Place bets with Ether!
https://github.com/clemlak/beths
betting blockchain ethereum smart-contracts solidity
Last synced: 7 months ago
JSON representation
Place bets with Ether!
- Host: GitHub
- URL: https://github.com/clemlak/beths
- Owner: clemlak
- Created: 2018-08-21T02:21:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T02:35:21.000Z (about 7 years ago)
- Last Synced: 2025-01-21T18:15:57.391Z (9 months ago)
- Topics: betting, blockchain, ethereum, smart-contracts, solidity
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beths.co
Beths.co is the first dapp that I've created (the live version is available here [www.beths.co](https://www.beths.co)).The goal of this project was to create a small platform to bet on the World Cup 2018.
Since it was my first dapp and the time was running, the code is not perfect, but I wanted to share it anyway.
A lot of things can be improved, especially the gas usage. For example, a lot of uint256 can be changed to smaller types.Have fun!