Skip to content

Commit bf0bd56

Browse files
add new files
1 parent 052d779 commit bf0bd56

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

docs/tools/dApp-development/launchpad/frontend.md

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dApp Launchpad is an automated CLI tool for initializing, creating, and deploying a fully-integrated web3 dApp project.
2+
3+
dApp projects are divided into two parts:
4+
5+
- [Frontend](frontend.md): The frontend runs on Next.js.
6+
- [Smart contracts](smart-contracts.md): The smart contracts use a Hardhat environment.
7+
8+
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.

docs/tools/dApp-development/launchpad/smart-contracts.md

Whitespace-only changes.

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@ nav:
423423
- Developer tools:
424424
- Developer tools: tools/index.md
425425
- dApp development:
426+
- dApp Launchpad:
427+
- Introduction: tools/dApp-development/launchpad/intro.md
428+
- Frontend: tools/dApp-development/launchpad/frontend.md
429+
- Smart contracts: tools/dApp-development/launchpad/smart-contracts.md
426430
- Smart contract development on PoS:
427431
- Alchemy: tools/dApp-development/pos/alchemy.md
428432
- ChainIDE: tools/dApp-development/pos/chainide.md

0 commit comments

Comments
 (0)