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

Smart Contracts: Common data structures #396

Closed limemloh closed 5 months ago

limemloh commented 6 months ago

The smart contract library concordium-std is still missing some common data structures. The developers can of course implement these as they need them, but to cost-efficiently utilize the smart contract state, requires a good understanding of the implementation. This epic is about identifying which are the most important missing data structures and implement them.