Skip to content

This is a CrowdSourcing app built on the ethereum Rinkeby Test network. Check Readme for more.

Notifications You must be signed in to change notification settings

somesh-banerjee/Crwd_Src

Repository files navigation

Crwd_Src

This a CrowdSourcing app built on ethereum Rinkeby Test network. In this you can create campaigns with campaign details and minimum contribution amount. The contributions are done in ether. For spending the Ether contributed to the campaign, the manager of the campaign create requests. If there is atleast 50% of the contributers approve the request than only the request can be finalized.

To Run on Locahost

  1. Clone the Repo and istall dependencies
git clone https://github.com/somesh-banerjee/Crwd_Src.git
cd Crwd_Src
npm install
  1. Create a Infura account and create a new project. Now copy the Project ID from settings Tab and paste it in the marked location in /ethereum/web3.js and /ethereum/deploy.js files.
  2. Install metamask in your browser and log into your metasmask account.
  3. Run the local webserver with any port
node server.js 5000

About

This is a CrowdSourcing app built on the ethereum Rinkeby Test network. Check Readme for more.

Topics

Resources

Stars

Watchers

Forks