Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd from main #247

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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