Crates.io | dao-pre-propose-single |
lib.rs | dao-pre-propose-single |
version | 2.6.0 |
source | src |
created_at | 2023-07-03 15:02:35.177425 |
updated_at | 2024-11-08 00:00:16.888225 |
description | A DAO DAO pre-propose module for dao-proposal-single for native and cw20 deposits. |
homepage | |
repository | https://github.com/DA0-DA0/dao-contracts |
max_upload_size | |
id | 907100 |
size | 209,944 |
This is a pre-propose module that manages proposal deposits for the
cwd-proposal-single
proposal module.
It may accept either native (bank module), cw20 tokens, or no tokens as a deposit. If a proposal deposit is enabled the following refund strategies are avaliable:
This module may also be configured to only accept proposals from members (addresses with voting power) of the DAO.
Here is a flowchart showing the proposal creation process using this module:
More about the pre-propose design.
More about pre-propose modules.