| Crates.io | dao-pre-propose-base |
| lib.rs | dao-pre-propose-base |
| version | 2.6.0 |
| created_at | 2023-07-03 15:00:00.590529+00 |
| updated_at | 2024-11-07 23:43:47.120466+00 |
| description | A package for implementing pre-propose modules. |
| homepage | |
| repository | https://github.com/DA0-DA0/dao-contracts |
| max_upload_size | |
| id | 907096 |
| size | 46,774 |
This provides a base package that may be used to implement pre-propose modules. It is modeled after the cw721-base contract for implementing NFT contracts.
See the pre-propose-single contract for an example of using this package to implement a proposal module with deposits.
Our wiki has more info on pre-propose module design.