Introduction
dApp Launchpad is an automated CLI tool for initializing, creating, and deploying a fully-integrated web3 dApp project.
Overview¶
dApp projects are divided into two parts:
- Frontend: The frontend runs on Next.js.
- Smart contracts: The smart contracts use a Hardhat environment.
The tool automates basic activity such as auto-updating contract artifacts, (re)deploying contracts on code changes, and Hot Module Replacement (HMR) for frontend code changes, and more.
Repo¶
Find the code on the following git repo: https://github.com/0xPolygon/dapp-launchpad
Warning
Please note the docs in the README are possibly not up-to-date.