Skip to content
Merged

main #387

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
7 changes: 6 additions & 1 deletion docs/hackathon/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ One way to find eligible dApps is to use the [Chainlink Ecosystem search tool](h

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.
The interface methods (`latestAnswer`, `getAnswer`, `latestRound`, `getRoundData`, `latestRoundData`, `getAssetPrice`) 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.

The dApp must be open-source and have been publicly deployed before September 1, 2025, on Ethereum, Polygon, or BNB Chain.

Expand All @@ -35,6 +35,11 @@ Teams must use their own infrastructure for deployment and testing, including RP

Only verified contracts will be accepted—both the original and the migrated versions must be verified on a public block explorer so their source code can be automatically analyzed.

See the example migrations:

- [Venus Protocol](/hackathon/venus-protocol)
- [Liquity](/hackathon/liquity)

## Submitting projects

Projects must be submitted through the official [Super Hackathon webpage](https://hackathon.superprotocol.com/).
Expand Down