Crowd3D, pronounced "crowded", is a web3 crowdfunding application using Vite.js, Tailwind CSS, & the Thirdweb SDK.
šØāš» Please use this link to demo the live site! https://crowd3d.netlify.app/
𤩠To check out my smart contract code for this project: https://github.com/nickhuynhq/web3_crowdfunding_server
Clone this repository.
$ git clone https://[email protected]:nickhuynhq/web3_crowdfunding.git
Run npm install
from inside the root directory.
$ cd web3_crowdfunding
$ npm install
Create your own .env file
VITE_CONTRACT_ADDRESS=<YOUR_CONTRACT_ADDRESS>
Run the app
$ npm run dev
Nicholas Huynh @nickhuynhq