Crates.io | cw-payroll-factory |
lib.rs | cw-payroll-factory |
version | 2.6.0 |
source | src |
created_at | 2023-07-03 15:50:37.178198 |
updated_at | 2024-11-07 23:53:44.903665 |
description | A CosmWasm factory contract for instantiating a payroll contract. |
homepage | |
repository | https://github.com/DA0-DA0/dao-contracts |
max_upload_size | |
id | 907144 |
size | 91,884 |
Serves as a factory that instantiates cw-vesting contracts and stores them in an indexed maps for easy querying by recipient or the instantiator (i.e. give me all of my vesting payment contracts or give me all of a DAO's vesting payment contracts).
An optional owner
can be specified when instantiating cw-payroll-factory
that limits contract instantiation to a single account.