66 releases (29 stable)

3.15.0 Oct 1, 2024
3.14.0 Jun 4, 2024
3.13.0 Apr 26, 2024
3.7.0 Feb 13, 2024
0.12.2 Jul 25, 2022

#11 in #inter-chain

Download history 4/week @ 2024-07-08 20/week @ 2024-07-22 4/week @ 2024-08-26 8/week @ 2024-09-09 33/week @ 2024-09-16 3/week @ 2024-09-23 352/week @ 2024-09-30 44/week @ 2024-10-07

432 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–6MB
~126K SLoC