Skip to content

Commit

Permalink
Merge pull request #247 from Azuro-protocol/main
Browse files Browse the repository at this point in the history
upd from main
  • Loading branch information
Avvrik authored Sep 30, 2024
2 parents 9421691 + 1705b14 commit be6d537
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pages/community/hackathon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ This page contains helpful materials to succeed in the tasks. For all informatio

[Orderbook-style template](https://github.com/Azuro-protocol/example-orderbook-app)

### Required features

1. **Historical price chart that reflects the market dynamics for prediction markets**
### Historical price chart that reflects the market dynamics

Fetch historical odds / prices for each pre-match event and display their dynamic change month over month in the form of an interactive diagram. The x-axis should represent time, with a monthly breakdown, and the y-axis should display the price or odds. Allow users to hover over specific points on the chart to see exact odds/price and timestamp for that moment.

Expand All @@ -38,17 +36,6 @@ Example:
height={700}
/>

2. **Championship bracket for big tournaments**

Find events that are connected to each other as parts of championships and organize them in the form of interactive championship brackets. Allow users to click on each team/matchup to place bets on the match. The bracket should be generated dynamically along with the new events being added to the smart contracts from the data provider.

Example:

<Image
src="/images/community/bracket.png"
width={2000}
height={700}
/>

### User persona map example

Expand Down

0 comments on commit be6d537

Please sign in to comment.