Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DaoProposalSingle

This is the proposal module adapter for the dao-proposal-single contract, which powers single choice proposals. It supports Yes, No, and Abstain votes, and a passing proposal may execute a set of actions on behalf of the DAO.

Layout

Location Summary
common Actions, components, and hooks for the common part of the adapter.
components React components.
contracts Smart contract clients generated by @cosmwasm/ts-codegen, React hooks, and Recoil selectors.
daoCreation Components and functions relating to the DAO creation flow adapter configuration.
functions Functions.
hooks React hooks.
index.tsx Adapter definition.
types.ts Types local to this adapter.