Skip to content

automata-labs/des

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

des

`des` (DAO Execution System) is a DAO contract-set that tokenizes
proposals into `ERC721` tokens and allows for arbitrary execution in the
from an admin contract.

The `Runtime` contract can both execute transcation batches and
deploy contracts using the `create` and `create2` opcodes. All
transactions also include a message that is emitted as an event.

Each proposal is an ERC721 token which effectively also factors out the
proposal logic into it's own contract and allows for a more flexible-
and upgradeable system. For example, a multi-choice proposal could be
supported without additional changes to the core contracts by adding
the ERC721 as an approve contract.

`des` is released under "The MIT License (MIT)" license.
Copyright (c) 2021 Automata Labs Inc.

About

A DAO execution system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published