Skip to content

Latest commit

 

History

History

creators

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@dao-dao/stateful/creators

Author: @NoahSaso

Creators

Creator Summary
MembershipBased Create a DAO that votes on membership voting power, like a multisig.
NftBased Create a DAO that uses NFTs to represent voting power.
TokenBased Create a DAO that uses tokens to represent voting power.

Layout

Location Summary
creators Creators.
react The external React interface used by apps and packages when using this creator system. This uses the core logic under the hood.
core.ts The core logic that matches and loads a creator from the available creators.

What is it?

This is a creator adapter package. It creates a common interface to setup creation flows for DAOs.