The dapp is a kickstarter-like project.
The user can deploy smart contract on ethereum Rinkeby test network and let other user to create campaign (like each funding project of kickstarter) for crowdfunding.
After the user created a campaign, the other users can choose to support the campaign.
The campaign raiser can make requests to buy something for finishing the campaigns, and the campaign supporters can decide whether to approve the request.
The user must have a Metamask wallet (a chrome extension) and setup on Rinkeby test network. The user can get some ehter from https://faucet.rinkeby.io for test.
- clone the project
- install:
npm install
- run server:
npm run devnext
- browsing the page on
localhost:3000
This project is based on Stephen Grider's project.