"To test a contract interaction without writing it to the network, append --dry-run to your --interact call."
From --help and the rest of the README, it seems the only calls possible are read, write and create.
Should this read:
"To test a contract interaction without writing it to the network, append --dry-run to your write call." ?
"To test a contract interaction without writing it to the network, append --dry-run to your --interact call."
From --help and the rest of the README, it seems the only calls possible are read, write and create.
Should this read:
"To test a contract interaction without writing it to the network, append --dry-run to your
writecall." ?