Add info to README

This commit is contained in:
Ladd Hoffman 2023-07-11 16:04:54 -05:00
parent 819d53e7b3
commit d73ec3aaaf
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
# Forum Logic # Forum Logic
This project is a javascript prototype for the DGF system. This project is a Javascript prototype for the DGF system.
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). 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).
This project is implemented as a static site, and so may be downloaded and browsed offline, or served via HTTP.
The `main` branch is [served](https://dao-governance-framework.gitlab.io/forum-logic) via GitLab Pages.
# TODO # TODO
- Move `actor.js` and `action.js` out of `display/`. To `supporting`? - Move `actor.js` and `action.js` out of `display/`. To `supporting`?