Template - dApp
This template have two folders:
- /Dapp - it has the Next.js project and simple connection with your contract.
- /Contract - it has a Hardhat project with sample contract and deployment code in mumbai polygon testnet.
The Tech Stack
- Smart Contract Language: Solidity
- Smart Contract Deploy and Verify Scripts: Javascript
- Smart Contract Development Environment: Hardhat
- Smart Contract with typechain auto generated in dapp folder.
- Frontend Language: React - TypeScript
- Wallet Connect: Rainbowkit
- Interacting with Contract through Frontend: Wagmi
- User Interface: TailwindCSS
- RPC provider: Ankr
- Next.js 13
Samples
Crowdfunding dapp
A donation-based crowdfunding dApp on Polygon where users can start a fundraising project for anyone to contribute and support the campaign by pledging the amount of their wish.
Copyright (c) 2022 rodrigoarias12