Cman is a smart contract deployer for the Phantasma Chain.
All the attributes that can be used.
--contract <value>-> attribute to select the path to the contract .pvm (/path/to/some/contract.pvm).--rpc-url <value>-> attribute to select the rpc url.--wif <value>-> attribute to set the wif of the wallet used to deploy the contact.--nexus <value>-> attribute to select the nexus name.--token-> attribute to deploy if the smart contract is a token--update-> attribute to update the smart contract previously deployed
Example:
./cman deploy --contract /path/to/some/contract.pvm --rpc-url http://localhost:7077/ --nexus simnet --token --wif "yourwifgoeshere"