Storage and get methods
Summary: In the previous steps, we learned how to use the
Blueprint SDK
and its project structure.
提示
If you're stuck on any of the examples, you can find the original template project with all modifications made during this guide here.
Almost all smart contracts need to store their data
between transactions. This guide explains standard ways to manage storage
for smart contracts and how to use get methods
to access it from outside the blockchain.