65 releases (28 stable)

new 3.14.0 Jun 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

#107 in Magic Beans

Download history 51/week @ 2024-02-15 132/week @ 2024-02-22 75/week @ 2024-02-29 749/week @ 2024-03-07 161/week @ 2024-03-14 11/week @ 2024-03-21 220/week @ 2024-03-28 514/week @ 2024-04-04 19/week @ 2024-04-11 20/week @ 2024-04-18 148/week @ 2024-04-25 4/week @ 2024-05-02 26/week @ 2024-05-09 4/week @ 2024-05-16 14/week @ 2024-05-23 146/week @ 2024-05-30

191 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
~119K SLoC