Skeleton and Rust Architecture
In this article, you'll learn about the basic architecture behind the NFT contract that you'll develop while following this "Zero to Hero" series.
You'll discover the contract's layout and you'll see how the Rust files are structured in order to build a feature-complete smart contract.
Skeleton Contract
You can find the skeleton contract in our GitHub repository
New to Rust?
If you are new to Rust and want to dive into smart contract development, our Quick-start guide is a great place to start.