Crates.io | terp-code-controllers |
lib.rs | terp-code-controllers |
version | 0.1.0 |
source | src |
created_at | 2023-12-07 09:04:34.929833 |
updated_at | 2023-12-07 09:04:34.929833 |
description | Common controllers we can reuse in many contracts |
homepage | https://terp.network |
repository | https://github.com/terpnetwork/core-cosmwasm |
max_upload_size | |
id | 1060832 |
size | 6,385 |
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.