We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a3df5 commit 45f8e37Copy full SHA for 45f8e37
docs/Deku-Canonical/deku_c_cli.md
@@ -109,3 +109,13 @@ where
109
110
The `parameter` can be provided by the Ligo compiler using the `ligo compile parameter` command.
111
112
+To invoke a contract with a Ligo expression directly, use the `invoke-ligo` command:
113
+
114
+```bash
115
+deku-cli wallet contract_address contract_path expression
116
+```
117
118
+where
119
+- `contract_path` is the path towards the contract source code, which is required to compile the
120
+ expression
121
+- `expression` is the Ligo expression to compile
0 commit comments