FRAME - Best Practices
In this module, you will learn more granular details and practices on ensuring your pallets are built using sound practices.
📄️ Thinking in terms of blockchain development
How to think like a runtime developer and avoid common pitfalls.
📄️ Runtime Panics & FRAME Best Practices
Learn how to solidify safe programming practices using Rust error handling to avoid panicking in the runtime.
📄️ How to approach testing in FRAME
How to correctly approach testing in FRAME and a deeper look at how to mock types properly.