-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
🚀 Feature: Web3 Fullstack Scaffold Option
Summary
I’d love to see support for Web3 fullstack development because it keeps growing like AI and cloud.
- Ethereum and other chains are seeing increasing dApp adoption.
- Developers often need to bootstrap a stack with smart contracts + frontend wallet integration.
- A scaffolded Web3 option would lower the barrier for developers to start building decentralized apps.
Proposed Scaffold
A new stack option: web3-dapp
Includes:
- Frontend: Next.js, TailwindCSS, Wagmi, RainbowKit, Viem/Ethers.js
- Contracts: Hardhat (with example ERC20/ERC721 + deploy script)
- Optional Backend: Node.js/Express for off-chain APIs or DB storage
- Extras: OpenZeppelin Contracts,
.envsetup for RPC + private keys
Suggested Folder Structure
my-dapp/
│── frontend/ # Next.js + Wagmi + RainbowKit
│── contracts/ # Hardhat project with sample contracts + deploy script
│── backend/ # Optional Express API for off-chain logic
│── .env.example # RPC & private key setup
│── README.md
I'd love to take on this issue!