02 Getting started with Scrypto
2.4 Summary
This section provides a run through how Scrypto development works locally. We were able to create an account, deploy packages, instantiate components from blueprints, and called a component method. There are a few notable impressions working with resim shows. For example, accounts are not simply addresses but are actually components which can contain resources. We also saw in practice the relationship between a blueprint and a component. When it comes to interacting with a component, we saw how resources were transferred between the Hello component and the account component. In the next section, we will expand a bit more on instantiating and globalizing a component.