Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.72 KB

File metadata and controls

59 lines (40 loc) · 2.72 KB

Whitepaper

Play with The Project

Project Descriptions

  • See wireframe about frontend web design: docs/wireframe.pdf

  • See report about motivation, implementations, and code reflections: docs/Report.pdf

  • See features from the report

    • multiple events (Figure 4)
    • re-vote (Figure 12)
    • autonomously timed stop (see section 5.2)
    • trust-based blind result view (see section 7.3)
    • tag filters in the dashboard (Figure 5)
    • tie status
  • Workshop recording [TODO]

Build a DAO of your own community

References

News

Ballot contract starter code

Some famous DAO projects’ descriptions

Web3

Some Philosophical Detours

  • We find it interesting that DAO is pronounced the same way in a Chinese word "道". The saying by Chinese philosopher Lao Tzu, "道可道, 非常道", meaning that "the true way cannot be taught", precisely depicts the intricacies of DAO.
  • The idea of timed stop follows what Neo–Confucian philosopher Wang Yangming said "你未看此花时,此花与汝同归于寂;你来看此花时,则此花颜色一时明白起来", which means that "the flower only blooms when you see it". By analogy to this, the poll only stops when someone checks it status, such as voting or reviewing results, in this contract. Aave also updates its interest rates in a similar way.