Giter Site home page Giter Site logo

smartcharity's Introduction

SmartCharity

Introduction

This project is modified from DAO and aimed to be applied on charity field. Whenever donation is committed, donator can

  • make a proposal to help any group that he/she wants to
  • vote on others' proposal
  • do nothing like what happens now in real world

When voting period is over, everyone has the right to execute any proposal. The amount set in newProposal would be automatically sent to assigned address.

Interface of Donation

function donate(address _tokenHolder)

Balance of _tokenHolder would be added by msg.value

Interface of Charity

Make a proposal

function newProposal(address _recipient, uint _amount, string memory _description, uint64 _debatingPeriod)

Propose a new proposal by giving receiver's address, amount that this proposal needs, decription of the proposal and voting period.

Note that only Initiator of this Charity could make new Proposal.

It will emit an event which contains proposalID of the proposal.

Vote

function Vote(uint _proposalID)

Anyone can vote on proposal indexed by _proposalID.

The more donation made, the more yea/nay weighs.

Unvote

function unVote(uint _proposalID)

Unvote votes.

Execute Proposal

function executeProposal(uint _proposalID)

Check whether proposal is ready to go.

smartcharity's People

Contributors

m0rrischang avatar

Watchers

James Cloos avatar  avatar

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.