terp-code-controllers

Crates.ioterp-code-controllers
lib.rsterp-code-controllers
version0.1.0
sourcesrc
created_at2023-12-07 09:04:34.929833
updated_at2023-12-07 09:04:34.929833
descriptionCommon controllers we can reuse in many contracts
homepagehttps://terp.network
repositoryhttps://github.com/terpnetwork/core-cosmwasm
max_upload_size
id1060832
size6,385
(discoverdefiteam)

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: 9

cargo fmt