Interact with a Package
Create and deploy your first move module.
Last updated
Create and deploy your first move module.
Last updated
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-chain
Call get_message
to view the stored message on-chain