https://github.com/byteball/sports-oracle
An oracle that posts results of sports events into Byteball database
https://github.com/byteball/sports-oracle
Last synced: 10 months ago
JSON representation
An oracle that posts results of sports events into Byteball database
- Host: GitHub
- URL: https://github.com/byteball/sports-oracle
- Owner: byteball
- License: mit
- Created: 2017-05-18T09:57:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T14:39:30.000Z (about 1 year ago)
- Last Synced: 2025-04-14T14:17:28.867Z (about 1 year ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 10
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sports oracle
This oracle retrieves results of several sports and posts them into Obyte as a data feed.
The data is sourced from :
- [football-data.org](http://api.football-data.org/index)
- [mysportsfeeds.com](https://www.mysportsfeeds.com/)
Many thanks to them !
Data posted by this oracle is used in betting contracts, the contract can be unlocked by the winning party. See https://medium.com/byteball/making-p2p-great-again-episode-iii-prediction-markets-f40d49c0abab.
To unlock a contract, user opens a chat with this oracle (the link is available at [obyte.org](https://obyte.org/)) and look for a fixture. After he chooses a fixture the oracle posts the result in database and sends a notification when the data feed unit is confirmed, the backer can unlock the contract if he correctly predicted the outcome of the game. Otherwise, the layer can unlock the contract after the contract expires.
Visit our wiki for more information: [https://wiki.obyte.org/Sports_betting](https://wiki.obyte.org/Sports_betting)