Skip to content

Commit

Permalink
Merge pull request #102 from dojoengine/sozo-ref
Browse files Browse the repository at this point in the history
execute
  • Loading branch information
ponderingdemocritus authored Oct 27, 2023
2 parents 487f42e + 14dd138 commit a2c016b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions src/toolchain/sozo/world-commands/execute.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Performing a system execution requires sending a transaction, therefore, `execut
### USAGE

```sh
sozo execute <SYSTEM> [OPTIONS]
sozo execute <CONTRACT> <ENTRYPOINT>
```

### OPTIONS
Expand Down Expand Up @@ -43,5 +43,5 @@ sozo execute <SYSTEM> [OPTIONS]
1. Executing the _position_ system which takes two values (_x_: 0x77 and _y_: 0x44)

```sh
sozo execute position --calldata 0x77,0x44
sozo execute moving_contract position --calldata 0x77,0x44
```

0 comments on commit a2c016b

Please sign in to comment.