Extended Basics
This section is under construction
📄️ Alternative Data Types
Learn when, and how to use non-typical data types
📄️ Useful Traits - Common Substrate Traits
Learn some of the most common traits to know about, how to use them, and how they can improve your runtime.
📄️ Casting & Type Conversion in Rust
A comprehensive overview on how to cast and and handle type conversion in Rust
📄️ Using Substrate Arithmetic for Safe Math
Learn how math can be dangerous in the context of blockchain runtimes, and why floating point numbers are not always accurate.