Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 36 forks source link

Investigate smart contract components #432

Open limemloh opened 3 months ago

limemloh commented 3 months ago

Investigate how to introduce composable framework for smart contract development in Rust. Currently, the approach for smart contract development is to copy code from several of our examples, if you need an upgradable smart contract you copy from one example, if you need to restrict access on some endpoints you might need the code from another example. We could take inspiration from the rust crate tower.

Examples of components: