Skip to content
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
5 changes: 3 additions & 2 deletions docs/hackathon/liquity.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ Open the project's [GitHub page](https://github.com/liquity/bold) and search for
- `getRoundData`
- `latestRoundData`

Since the method is called from a smart contract (.sol file), the dApp is eligible. If they were called from the frontend (.ts, .js, .tsx, or .jsx files), the dApp would be unsuitable for the Super Hackathon.

<img src={require('./images/liquity-eligibility.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

Since the method is called from a smart contract (.sol file), the dApp is eligible. If they were called from the frontend (.ts, .js, .tsx, or .jsx files), the dApp would be unsuitable for the Super Hackathon.

## 1. Clone the repository

Expand Down
8 changes: 3 additions & 5 deletions docs/hackathon/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ sidebar_position: 2

## Choosing a dApp for migration

One way to find eligible dApps is to use the [Chainlink Ecosystem search tool](https://www.chainlinkecosystem.com/ecosystem) and filter by Ethereum, Polygon, and BNB Chain, selecting projects that use Chainlink Data Feeds.

### Eligibility requirements

The original dApp must already use Chainlink Data Feeds in its on-chain logic. See the [list of supported data feeds](/hackathon/data-feeds).
The original dApp must use Chainlink Data Feeds in its on-chain logic. See the [list of supported data feeds](/hackathon/data-feeds).

The interface methods (`latestAnswer`, `getAnswer`, `latestRound`, `getRoundData`, `latestRoundData`) must be called from a smart contract (.sol file). If they are called from the frontend (.ts, .js, .tsx, or .jsx files), the dApp will not be accepted.

Expand All @@ -25,10 +27,6 @@ Frontends are welcome but optional—evaluation is based solely on the deployed

The project’s license must allow forking and reuse (acceptable licenses include MIT, Apache 2.0, GPL-family, or equivalent).

### Recommendations

One way to find eligible dApps is to use the [Chainlink Ecosystem search tool](https://www.chainlinkecosystem.com/ecosystem) and filter by Ethereum, Polygon, and BNB Chain, selecting projects that use Chainlink Data Feeds.

## Deploying to opBNB

All projects must be migrated to opBNB no earlier than the official hackathon start on October 13, 2025, at 11:00 UTC and no later than October 31, 2025, at 11:00 UTC.
Expand Down
7 changes: 4 additions & 3 deletions docs/hackathon/venus-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ Open the project's [GitHub page](https://github.com/VenusProtocol) and search fo
- `getRoundData`
- `latestRoundData`

Since the method is called from a smart contract (.sol file), the dApp is eligible. If they were called from the frontend (.ts, .js, .tsx, or .jsx files), the dApp would be unsuitable for the Super Hackathon.

<img src={require('./images/venus-eligibility.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

Since the method is called from a smart contract (.sol file), the dApp is eligible. If they were called from the frontend (.ts, .js, .tsx, or .jsx files), the dApp would be unsuitable for the Super Hackathon.

## 1. Clone the repository

Clone the [Venus Protocol oracle repository](https://github.com/VenusProtocol/oracle):
Clone the [VenusProtocol/oracle repository](https://github.com/VenusProtocol/oracle):

```bash
git clone https://github.com/VenusProtocol/oracle.git
Expand Down