Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-web3-dapp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

create-web3-dapp
Everything you need to build decentralized applications
Explore the docs »
Contribute
·
Report Bug
·
Request Feature
Table of Contents
About The Project
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.
Getting Started
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.
Prerequisites
- 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
Quick Start
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
Go to to localhost:3000:
Enjoy Web3.
Roadmap
- 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).
Open Source
Contributors
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Complementary Docs
-
Core:
- NextJS - docs
- Web3:
- Blockchain Development Environments:
- CSS:
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Your Name - @twitter_handle - vitto@alchemy.com
Project Link: https://github.com/eversmile12/create-web3-dapp