Everything you need to build decentralized applications
Explore the docs »
Contribute
·
Report Bug
·
Request Feature
Table of Contents
ATTENTION: This project is under beta and not ready for production - using it in product is highly discouraged without prior thorough review.
Create and deploy a decentralized application on Ethereum, Polygon, Solana, and all major chains, in a matter of minutes.
create-web3-dapp is an utility NPX package built on top of NextJS that allows developers to pick and choose the boilerplates of their decentralized application.
From the chain to use, through the wallet login system, to the React components to include and the Blockchain development environment, everything developers need to spin up their web3 dapps, bundled in an easy to use command line tool.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- NodeJS
To install node go on the official Node website, and download the LTS package for your Operating System.
To verify if NodeJS has been correctly installed on your system, open your terminal and run:
node -v
and
npm -v
-
Create a new account on Alchemy.com
-
Create a new Alchemy application.
-
In your terminal run:
npx create-web3-dapp
-
The first time you'll run this command, it will install the package.
-
Once installed, run the following command again - This will start the DApp creation flow.:
npx create-web3-dapp
-
Select the dependencies and components you want to include in your web3 application:
-
Navigate to the application folder
cd my-dapp
- Run the application
npm run dev
- Style localhost landing page + components
- Components selection workflow
- Write tests
- Implement support for new Blockchain development environments:
- Foundry
- Anchor
- Add OpenZeppelin Support
- Add collection floor price component
- Templates selection workflow
- Implement GitHub Actions build on push
- Review contributions .md
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Check the contributions.md document to learn how to correctly contribute to create-web3-dapp and make sure to join our community on Discord to meet the other developers working on the project.
-
Core:
- NextJS - docs
- Web3:
- Blockchain Development Environments:
- CSS:
Distributed under the MIT License. See LICENSE.txt
for more information.
@vittostack - [email protected]
Project Link: https://github.com/eversmile12/create-web3-dapp