create-stylus
v0.1.11
Published
> ⚠️ Under active development.
Readme
⚠️ Under active development.
🏗 create-stylus
CLI to create decentralized applications (dapps) using Scaffold-Stylus.
This is an alternative method of installing Scaffold-Stylus. Instead of directly cloning SS, you can use create-stylus to create your own custom instance, where you can choose among several configurations and extensions.
Requirements
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
Quickstart
To get started building Create-Stylus, follow the steps below:
- Install dependencies.
yarn install- Build Create-Stylus:
yarn build- Test Create-Stylus:
yarn cli [...options]Extensions
Now you can choose from some preset extensions to ship your dApp faster! You can embed the Erc 20 indexer during the Scaffold-Stylus creation by running the following commands:
npx create-stylus@latest --extension erc-20Documentation
Visit our docs to learn how to start building with Scaffold-Stylus.
To know more about its features, check out our website.
Contributing to create-stylus
We welcome contributions to create-stylus and Scaffold-Stylus!
For more information and guidelines for contributing, please see:
- create-stylus CONTRIBUTING.MD if you want to contribute to the CLI.
- Scaffold-Stylus CONTRIBUTING.MD if you want to contribute to SS base code.
