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: 3 months ago
JSON representation
Extensions for create-eth (npx tool for Scaffold-ETH)
- Host: GitHub
- URL: https://github.com/scaffold-eth/create-eth-extensions
- Owner: scaffold-eth
- License: mit
- Created: 2024-05-22T08:53:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:42:14.000Z (5 months ago)
- Last Synced: 2025-01-01T16:41:01.597Z (5 months ago)
- Size: 163 KB
- Stars: 17
- Watchers: 8
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
You can extend Scaffold-ETH by creating your own extension. To do so, you need to create a new repository with the following structure:
`ToDo`
```bash
npx create-eth@latest -e your-github-username/your-extension-repository:branch-name # branch-name is optional
```