Interact with a Package
Create and deploy your first move module.
Interacting with your module
The hello_blockchain module stores a string at an account within the MessageHolder resource of the calling account that can later be retrieved. To try interacting with the contract we will:
Call
set_messageto store a string on-chainCall
get_messageto view the stored message on-chain
Commands used to interact with modules
Last updated
