ConsenSysMesh/india-training

Query in Smart contract requirement

Closed this issue · 2 comments

  1. Are we allowing multiple contributions from a contributor? This might cause issues, so setting a minimum contribution to vote for a proposal would help. Anyone who wants to vote should first send the minimum contribution and then eligible to vote.

  2. Point 1 will ensure that we do not need a function endcontribute () as it would define the minimumcontribution once to vote

  3. Who would be managing all the proposals? is there some manager?

Multiple contributions from the same contributor: yes.

Now, see that contributors do not vote! Only the signers of the contract are be allowed to vote in proposals.

Thanks Daniel for the clarification.