#contract #factory #cosmwasm #dao #limit #vesting #instantiating

cw-payroll-factory

A CosmWasm factory contract for instantiating a payroll contract

5 stable releases

2.4.2 Jul 22, 2024
2.4.0 Jul 21, 2024
2.3.0 Oct 18, 2023
2.2.0 Jul 9, 2023

#3 in #vesting

BSD-3-Clause

180KB
4K SLoC

cw-payroll-factory

cw-payroll-factory on crates.io docs.rs

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.

Dependencies

~4–6MB
~127K SLoC