sg-controllers

Crates.iosg-controllers
lib.rssg-controllers
version3.15.0
sourcesrc
created_at2022-04-24 14:15:55.441634
updated_at2024-10-01 18:42:55.156956
descriptionCommon controllers we can reuse in many contracts
homepagehttps://stargaze.zone
repositoryhttps://github.com/public-awesome/launchpad
max_upload_size
id573139
size6,410
Michael J.S. (humanalgorithm)

documentation

README

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.

Commit count: 2335

cargo fmt