Skip to content

Commit

Permalink
Merge pull request #113 from trilitech/fix/jsligo-dry-run-command
Browse files Browse the repository at this point in the history
This command is different for jsligo
  • Loading branch information
timothymcmackin authored Sep 19, 2023
2 parents 878544b + 264dcc2 commit 52706b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Before you can deploy the contract to Tezos, you must compile it to Michelson, t
For example, this command sets the storage at 10 and increments it by 32:

```bash
ligo run dry-run increment.jsligo -m Counter -e increment "Increment(32)" "10"
ligo run dry-run increment.jsligo -m Counter -e increment "32" "10"
```

The terminal should show the response `(LIST_EMPTY(), 42)`.
Expand Down

0 comments on commit 52706b8

Please sign in to comment.