Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.14 KB

README.md

File metadata and controls

38 lines (23 loc) · 2.14 KB

SoccerBet

alt text

SoccerBet is a platform where you can bet on future football match outcome (currently on testnet ropsten).

Supported Championship :

alt text alt text alt text alt text alt text

A Video is better than an explanation

Test It

SoccerBet

Oracle contract address (Ropsten) : 0xA4CefaDef0B7711Bba47eFBC61d65DCb9a5C8D11 SoccerBet contract address (Ropsten) : 0x7599AB7dCE4F416FF88238b74627E43C90fD4c99 JobId (Ropsten) : 986b6fc60fb64899a7100d003a2cc531

Parts

Adapter

It's the implementation of an external adapter needed to call football api to retrieve football match outcome. A chainlink node will call it via a job (in ropsten 986b6fc60fb64899a7100d003a2cc531).

BetSoccer

Implementation of the front-end used by client to create, cancel, confirm and finish (earn) bet. This front end iteract with the smart contract of soccerbet to realize this set of actions.

Contract

Implementation of smart contract needed to create features like creating, cancelling, comfirming and finishing bet. The soccerbet smart contract will interact with an oracle (ropsten 0xA4CefaDef0B7711Bba47eFBC61d65DCb9a5C8D11) to get data which not accessible in ethereum network.