⚠️ Under active development.
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.
SS Repo | SS Docs | SS Website
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
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]
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-20Visit our docs to learn how to start building with Scaffold-Stylus.
To know more about its features, check out our website.
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.