05 Transactions
5.2 Summary
This section provides a tangible use of the transaction manifest by sending test transactions on the network. Using the transaction manifest, we can see how multiple instructions can be composed together within one transaction all at once as it ensures that all instructions must be successful or none at all. Additionally, there are special transaction manifest instructions which allows us to create resources without have to write Scrypto code at all. This is done by writing an instruction which interacts with a Radix Engine interface for resource creation. We will explore more of this in the next chapter.