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.

subgraph

github icon
Curated

This Scaffold-ETH 2 extension helps you build and test subgraphs locally for your contracts. It also enables interaction with the front-end and facilitates easy deployment to Subgraph Studio.

npx create-eth@latest -e subgraph

eip-712

github icon
Curated

An implementation of EIP-712, allowing you to send, sign, and verify typed messages in a user-friendly manner.

npx create-eth@latest -e eip-712

ponder

github icon
Curated

This Scaffold-ETH 2 extension comes pre-configured with ponder.sh, providing an example to help you get started quickly.

npx create-eth@latest -e ponder

onchainkit

github icon
Curated

This Scaffold-ETH 2 extension comes pre-configured with onchainkit, providing an example to help you get started quickly.

npx create-eth@latest -e onchainkit

erc-20

github icon
Curated

This extension introduces an ERC-20 token contract and demonstrates how to interact with it, including getting a holder balance and transferring tokens.

npx create-eth@latest -e erc-20