An open API service indexing awesome lists of open source software.

https://github.com/scaffold-eth/create-eth-extensions

Extensions for create-eth (npx tool for Scaffold-ETH)
https://github.com/scaffold-eth/create-eth-extensions

Last synced: 5 months ago
JSON representation

Extensions for create-eth (npx tool for Scaffold-ETH)

Awesome Lists containing this project

README

          

# 🔌 create-eth Extensions

This repository holds all the BG curated extensions for [create-eth](https://github.com/scaffold-eth/create-eth), so you can extend the functionality of your Scaffold-ETH project.

## Usage

You can install any of the extensions in this repository by running the following command:

```bash
npx create-eth@latest -e
```

## Available Extensions

Explore our curated (by BuidlGuidl) and community-contributed extensions for Scaffold-ETH 2 at: https://scaffoldeth.io/extensions

## Create your own extension

Extend Scaffold-ETH by building and publishing your own extension. For a step-by-step guide, see the [official documentation](https://docs.scaffoldeth.io/extensions/createExtensions).