Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.57 KB

@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.