Extensions List
Explore our Curated (by BuidlGuidl) and community-contributed extensions for Scaffold-ETH 2.
To install an extension, simply copy and run the installation command provided for each extension.
Currency Conversion Extension
Using ExchangeRateAPI gain access to conversion rates and integrate them into Scaffold-ETH2's UI. See current price of ETH in any global currency while leveraging SE2's EtherInput component to easily convert between the two.
npx create-eth@latest -e RafaelCaso/currency-conversion-extension
quadratic-voting-extension
This project implements a quadratic voting system with Ethereum Attestation Service (EAS) integration for vote attestation. It serves as an extension for BuildGuild, enhancing the voting process with quadratic mechanics and on-chain attestations.
npx create-eth@latest -e Okhayeeli/quadratic-voting-extension
ENSinapp
This is a build that makes ens registration possible in-app, As you know already for users to register an ENS name, update profile image or primary address. They have to go to the ENS website. ENS has this library deploy ensjs, with methods to handle this but trust me it takes quite some time to wrap your head around getting the flow working. This build seeks to replicate the same process on the website in-app starting with name registration. It’s mainly some interfaces, wagmi, and react-query wrapper of ensjs.
npx create-eth@latest -e Chuksremi15/se2-ens-library-v3
Scaffold-ETH 2 Chainlink Extension
This SE2 extension is meant as a beginners guide to working with Chainlink. This extensions comes with example smart contracts and frontend components, which can serve as the basis for your Chainlink based dApp or project.
npx create-eth@latest -e arjanjohan/scaffold-chainlink-extension