-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (19 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
des
`des` (DAO Execution System) is a DAO contract-set that tokenizes
proposals into `ERC721` tokens and allows for arbitrary execution from
an admin contract.
The `Runtime` contract can execute both transcation batches and
contracts deployments using the `create` and `create2` opcodes. Every
transaction batch also includes a message that is emitted as an event
when executed.
By abstracting proposals into `ERC721` tokens, the logic is also
factored out from the controller/governor/registry contract and enables
upgradeability for more expressive proposal formats if desired (for
example, a multi-choice proposal).
Proposals start out as `draft`s and can then be staged by the owner or
accounts with nft approval. When staged, anyone with enough token votes
can `open` the proposal for voting. We believe the proposal lifecycle
and staging/unstaging methodology should improve the feedback process
between the proposer(s) and the DAO members/participants.
`des` is released under "The MIT License (MIT)" license.
Copyright (c) 2021 Automata Labs Inc.