posted an update

Big update coming tomorrow or Thursday!

I finished adding the code to support a full DAO pipeline, from proposal submission to passage. Both the NeoDao smart contract and client side toolkit have been massively upgraded to support the new core DAO functionality. I recently added these common DAO proposal handling features:

  • SPONSOR a proposal with support for multiple sponsors
  • REVIEW a proposal with multiple reviewers allowed and the reviewers being paid the reviewer reward that was set in the DAO settings once they complete a review. Review submittal has the same NeoFS support feature that the proposal submission step has, whereby recent uploads to NeoFS are automatically attached to the review payload sent to the NeoDao smart contract, thanks to the Greenfinch Local Integration API (see video).
  • VOTE on a proposal with full enforcement of the DAO set quorum and YES vote percentage requirements.
  • EXECUTE a proposal after the DAO set YES vote percentage across the quorum is met. Once executed, either a new member is added to the DAO for membership proposals, or for funding proposals all the requested loot and share amounts are paid to the proposer.

I am starting full testing tomorrow and I anticipate updating the NeoDao web site and the public GitHub repositories for the NeoDao smart contracts by Thursday evening at the latest with this new powerful code base.

NOTE: Although I am calling it a "demo DAO" it is not a toy! It is a full fledged DAO that can actually be used for funding proposals and it has proper payment handling and rewards processing as you would expect. (Although it is only on the TestNet currently).

Log in or sign up for Devpost to join the conversation.