Skip to content

Commit

Permalink
purge input file refs
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-schott committed Apr 26, 2024
1 parent 6d6901b commit f83582d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions documentation/leo/05_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ package/
├── program.json # Your program manifest
├── README.md # Your program description
├── build/
├── inputs/
│ ├── hello.in # Your program inputs
└── src/
└── main.leo # Your program file
```
Expand Down Expand Up @@ -118,10 +116,6 @@ This will populate the directory `build/` (creating it if it doesn't exist) with
:::tip
Use this command to run your program before [**executing**](#leo-execute) it.
:::
To run a Leo transition function using inputs from the program input `.in` file.
```bash
leo run {$TRANSITION}
```

To run a Leo transition function with inputs from the command line.
`{$INPUTS}` should be a list of inputs to the program separated by spaces.
Expand All @@ -148,11 +142,6 @@ This command does not synthesize the program circuit or generate proving and ver
Use this command to execute your program and generate a transaction object.
:::

To execute a Leo transition function using inputs from the program input `.in` file.
```bash
leo execute {$TRANSITION}
```

To execute a Leo transition function with inputs from the command line.
`{$INPUTS}` should be a list of inputs to the program separated by spaces.
```bash
Expand Down

0 comments on commit f83582d

Please sign in to comment.