link to wiki
This commit is contained in:
parent
425c334eab
commit
6646c7643f
|
@ -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
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
```mermaid
|
||||
sequenceDiagram
|
||||
|
||||
participant Author
|
||||
box Publishing DAO
|
||||
participant rc as Review Contract
|
||||
end
|
||||
```
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue