link to wiki

This commit is contained in:
Ladd Hoffman 2024-06-13 09:56:03 -05:00
parent 425c334eab
commit 6646c7643f
3 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,8 @@ The purpose of this document is to provide detailed instructions for building a
A [prototype of this system](https://gitea.dgov.io/DGF/dgf-prototype) has been implemented in Solidity and JavaScript. This specification will be derived from that prototype, and generalized in such a way that it can be implemented using an alternative technology stack, such as Casper.
More background information is available on the [DGF Wiki](https://daogovernanceframework.com/wiki/DAO_Governance_Framework_project).
## Decentralized Autonomous Organization
### Organization

View File

@ -0,0 +1,8 @@
```mermaid
sequenceDiagram
participant Author
box Publishing DAO
participant rc as Review Contract
end
```

View File

@ -17,7 +17,7 @@ markdown_extensions:
nav:
- Overview: index.md
- Terminology: terminology.md
- Generalized DAO:
- Generic DAO:
- Requirements: requirements.md
- System Design: system-design.md
- User Stories: user-stories.md