forum-logic/README.md

9 lines
337 B
Markdown
Raw Normal View History

2023-07-10 12:40:52 -05:00
# Forum Logic
2023-06-22 15:36:36 -05:00
2023-07-10 12:40:52 -05:00
This project is a javascript prototype for the DGF system.
2023-06-22 15:36:36 -05:00
2023-07-10 12:40:52 -05:00
It implements the core algorithm described in [Craig Calcaterra (May 24, 2018) On-Chain Governance of Decentralized Autonomous Organizations](http://dx.doi.org/10.2139/ssrn.3188374).
2023-06-22 15:36:36 -05:00
2023-07-11 15:04:33 -05:00
# TODO
- Move `actor.js` and `action.js` out of `display/`. To `supporting`?