#factory #admin #cosmwasm #contract #own #dao #migrate

cw-admin-factory

A CosmWasm factory contract for instantiating a contract as its own admin

2 stable releases

2.3.0 Oct 18, 2023
2.2.0 Jul 9, 2023
2.1.5 Jul 6, 2023
2.1.0 Jul 3, 2023

#16 in #migrate

Download history 5/week @ 2024-02-19 4/week @ 2024-02-26 4/week @ 2024-03-11 77/week @ 2024-04-01

81 downloads per month

BSD-3-Clause

13KB
271 lines

cw-admin-factory

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

Serves as a factory that instantiates contracts and sets them as their own wasm admins.

Useful for allowing contracts (e.g. DAOs) to migrate themselves.

Example instantiation flow:

Dependencies

~4–5.5MB
~121K SLoC