02 Getting started with Scrypto
2.3 Summary
Since Scrypto is a Rust-based programming language, there are some distinction which makes it purely Rust code and Scrypto code. Scrypto code is encapsulated below the
#[blueprint] attribute macro and within the mod section of the file. Within the module, you can structure your blueprint by defining a component's state within the struct and implementing the component logic within impl.