initiad tx
command enables you to modify the chain state by submitting a transaction.
Each modules provides a client-facing transaction interface.
The general syntax for submitting a transaction is:
Move.toml
configuration file located in ./initia-tutorials/move/read_write
.
Use the following command to parse your Initia address into bytes format, which is your HEX address.
Move.toml
file to include your HEX address:
Policy | Description |
---|---|
COMPATIBLE | Performs a compatibility check during upgrades, ensuring no public function changes or resource layout modifications. |
IMMUTABLE | Marks the modules as immutable, preventing any future upgrades. |