Git Product home page Git Product logo

crowdfunding-with-ethereum-smart-contracts's Introduction

Crowdfunding with Ethereum Smart contracts

Crowdfunding with smart contracts is a project powered by Blockchain technology to help people build projects and crowdfund them. The projects can be anything from community service, civil structure restoration to movie making and gadget building. In a centralized crowdfunding management system, the mutable records of the transactions could be exploited for unethical purposes. With Blockchain, the whole environment is decentralized and the transactional details are immutable. The activities can be tracked publicly by anyone in the network and the possibility of fraudulent activities can be greatly reduced.

This project is implemented using Ethereum smart contracts. In Ethereum smart contracts the projects can receive donations from anybody on the internet with an Ethereum wallet. The proper usage of these funds is then verified by volunteers called Moderators who could be random people on the public website. The Moderators validate the withdrawals completed by the projects and award reputation tokens to the respective project creators. The project creators are incentivized by these tokens to keep submitting proof and perform valid transactions so that they are able to do more withdrawals of larger amounts. In return, the moderators also receive Moderator tokens which are worth certain ether (transactional token of Ethereum) units as compensation for their moderation work.

On the whole, this application help organizations and project leads to maintain accountability and increase efficiency, while providing the necessary transparency to the donors about the transactional activities done by the organization.

Contracts Inspired by https://github.com/tejasbadani/HelpAnybody-Ethereum-CrowdFunding/

Steps to setup

  1. Install metamask extension on browser
  2. Install nodejs
  3. Install ganache
  4. Open windows powershell with admin permissions a. node -v b. npm install -g npm c. npm install -g -production windows-build-tools d. npm install -g truffle e. npm install -g node-modules f. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
  5. Download the project folder from github
  6. Open ganache
  7. Open windows powershell with admin permissions a. Navigate to the project directory using cd command b. npm install @openzeppelin/contracts c. Open ganache d. truffle compile e. truffle migrate f. truffle test

crowdfunding-with-ethereum-smart-contracts's People

Contributors

hareeshwarkarthikeyan avatar

Watchers

 avatar

Forkers

thesuki

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.