🏆 Prize Distribution

Winner

Scaffold-Lens Extension

profile picture yasinaktimur.eth

A Scaffold-ETH 2 Extension for building, debugging, testing, and deploying Open Actions and Collect Modules on Lens Protocol. Scaffold-Lens is a project I've been working on for a while, but previously it was just an example of how to test and debug Lens Modules using Scaffold-ETH 2. This new extension goes a big step further, introducing a dedicated UI for interacting with locally deployed Lens Modules in a practical way. This extension deploys a full local Lens Protocol as well as two example Lens Module contracts. The UI allows for creating profiles and posts, as well as "acting" on posts. Full commit history for the extension: https://github.com/iPaulPro/scaffold-lens/compare/dev...ext Docs can be found in the `ext` branch readme.

Winner

Token Gate Extension

profile picture yasinaktimur.eth

This extension introduces an ERC-20 token (GateToken) and a TokenGateContract to demonstrate how to restrict access to content or features based on token ownership. Users can only access gated content if they hold a specified amount of GateToken.

Finalist

MagicAddressInput

profile picture yasinaktimur.eth

Can replace any usage of scaffold-eth/components/AddressInput, adds suggestions-dropdown with relevant addresses depending on user input. The dropdown gets populated automatically based on user input. Magic!