Skip to content

Commit 45f8e37

Browse files
committed
doc: invoke-ligo
1 parent 99a3df5 commit 45f8e37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Deku-Canonical/deku_c_cli.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,13 @@ where
109109

110110
The `parameter` can be provided by the Ligo compiler using the `ligo compile parameter` command.
111111

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

Comments
 (0)