Skip to content

albertorsesc/dapp-crowd-funding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crowd Funding Web3 D-app

Crowd Funding dApp

Installation

Clone Repo

git clone https://github.com/albertorsesc/dapp-crowd-funding.git

Install NPM dependencies

$ cd web3
$ npm i

$ cd ../client
$ npm i

Deploy Smart Contract to your Thirdweb account

$ cd web3
$ npx thirdweb@latest deploy

Start dApp

$ cd client
$ npm run dev

Requirements