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 #241

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions pages/community/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"hackathon": "Azuro UI Builders Hackathon: Materials",
"trading-ui-grant": "Grant to create a trading UI app on Azuro",
"dev-grant-twitter": "Dev Grant to make Twitter Alerts reporting interesting Onchain Bets",
"chiliz-grant": "Developer Grant to build on Chiliz Chain using Azuro",
Expand Down
4 changes: 4 additions & 0 deletions pages/community/grant-live-stats.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Grant to support the development of Real-time Statistical Tracking: API & Widget

<Callout type="warning">
**Important Update:** this grant program is on hold. We don't accept applications for this grant at the moment.
</Callout>

## 🌟 Overview

This grant supports builders to develop the API and the API-based customizable widget for real-time statistical tracking of live game progress. This API, together with the customizable widget, will remain under your control and will be promoted by Azuro to be integrated into betting apps built on Azuro. This means that you will be able to sell it as a service to anyone else, and Azuro will integrate it into its SDK for the cost of the grant.
Expand Down
55 changes: 55 additions & 0 deletions pages/community/hackathon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
import { Callout, Image } from 'components'

# Azuro UI Builders Hackathon

This page contains helpful materials to succeed in the tasks. For all information about the hackathon, go to the hack's [website](https://hub.azuro.org/azuro-ui-builders-hackathon).

## Materials

### Tutorials

[How to build an app on Azuro](https://gem.azuro.org/hub/apps/guides/tutorial)

[How to fetch and filter games](https://gem.azuro.org/hub/apps/guides/advanced/prematch/get-games)

[How to group and sort outcomes & markets](https://gem.azuro.org/hub/apps/guides/advanced/prematch/markets-and-outcomes)

[SDK knowledge base](https://gem.azuro.org/hub/apps/sdk/overview)

[Toolkit knowledge base](https://gem.azuro.org/hub/apps/toolkit/overview)

### Templates

[Main Azuro template](https://github.com/Azuro-protocol/example-app) (follow this template's project structure and tech stack even if you take the orderbook template as a basis for your design)

[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**

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.

Example:

<Image
src="/images/community/historical.png"
width={2000}
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}
/>

### Support

https://discord.com/channels/880927413742219374/1280121816987467880
2 changes: 1 addition & 1 deletion pages/community/trading-ui-grant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Callout, Image } from 'components'
/>

<Callout type="warning">
**Important Update:** this grant task is already assigned tp a team.
**Important Update:** this grant program is completed. Please find the solution created under this grant [here](https://github.com/Azuro-protocol/example-orderbook-app). Feel free to clone it and use as a template for your own app!
</Callout>

### 🌟 Objective
Expand Down
Binary file added public/images/community/bracket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/historical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.