533283c7fb | ||
---|---|---|
notes | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
README.md | ||
package-lock.json | ||
package.json |
README.md
Forum Logic
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.
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 via GitLab Pages.
TODO
- Move
actor.js
andaction.js
out ofdisplay/
. Tosupporting
?