This CLI tool enables you to quickly start building a new Remix dApp, with everything set up for you.
- 🔗 Blockchain interaction with viem and wagmi
- 🌈 Wallet management with RainbowKit
- 🔑 Authentication with Sign-In with Ethereum
- 🌍 Internationalization and localization
- 💅 Styling with tailwindcss
- 🌓 Light and dark mode
To bootstrap a Remix dApp, run the following command in your terminal. It will create a new app with your specified name in the current directory.
npx create-remix-dapp@latest
The Remix starter dApp is hosted in a separate GitHub repository. If you're looking to improve the Remix starter dApp, head over there.