63 releases (26 stable)

3.12.0 Apr 4, 2024
3.7.0 Feb 13, 2024
3.3.0 Oct 11, 2023
3.0.0 Jul 2, 2023
0.12.2 Jul 25, 2022

#68 in Magic Beans

Download history 20/week @ 2023-12-31 20/week @ 2024-01-14 13/week @ 2024-01-21 11/week @ 2024-02-04 90/week @ 2024-02-11 17/week @ 2024-02-18 199/week @ 2024-02-25 6/week @ 2024-03-03 883/week @ 2024-03-10 26/week @ 2024-03-17 11/week @ 2024-03-24 682/week @ 2024-03-31 36/week @ 2024-04-07

783 downloads per month
Used in 6 crates (4 directly)

Apache-2.0

6KB
96 lines

SG Controllers: Common controllers for many contracts

This is a collection of "controllers" that we end up reimplementing in many contracts. I use the word "controller" similar to the MVC framework style, where it is an element that encapsulated business logic and data access. We can also directly handle some ExecuteMsg and QueryMsg variants by adding a sub-router to these controllers.

This work is derived from cw-plus.

Dependencies

~4–5.5MB
~121K SLoC