📄️ Delegate
Managing boilerplate code can often lead to code that is cumbersome and challenging to comprehend. The Odra library introduces a solution to this issue with its Delegate feature. As the name implies, the Delegate feature permits the delegation of function calls to child modules, effectively minimizing the redundancy of boilerplate code and maintaining a lean and orderly parent module.
📄️ Advanced Storage Concepts
The Odra Framework provides advanced storage interaction capabilities that extend beyond the basic storage interaction. This document will focus on the Mapping and Sequence modules, which are key components of the advanced storage interaction in Odra.
📄️ Attributes
Smart contract developers with Ethereum background are familiar with Solidity's concept of modifiers in Solidity - a feature that
📄️ Storage Layout
Odra's innovative modular design necessitates a unique storage layout. This
📄️ Memory allocators
When compiling contracts to wasm, your code needs to be no-std.
📄️ Building contracts manually
cargo odra is a great tool to build and test your contracts, but sometimes
📄️ Signatures
Odra Framework provides a function for easy signature verification inside the contract context and