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_message
to store a string on-chainCall
get_message
to view the stored message on-chain
Commands used to interact with modules
Last updated