Skip to content

Commit

Permalink
chore: simplify run section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli authored Apr 12, 2024
1 parent 67b3d87 commit 8b5eb60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ Please install the following:
## Run The Agent

1. Run `poetry run start-devnet` if you want to test locally. More information [below](#test-offline).
2. Run `poetry run ask` and provide a prompt for AutoTx to work on solving for you when asked (example: `Send 1 ETH to vitalik.eth`). Additionally you can pass the prompt you want to run in as an argument `poetry run ask "..."`.

| Run Options | |
|-|-|
| `--verbose, -v` | enable verbose logging. |
| `--non-interactive, -n` | Disable all requests for user input. |
2. Run `poetry run ask` and AutoTx will ask you for a prompt to start solving for (ex: `Send 1 ETH to vitalik.eth`). Prompts can also be passed as an argument (ex: `poetry run ask "..."`). The `ask` CLI has options: `--verbose, -v` to enable verbose logging, and `--non-interactive, -n` to disable all requests for user input.

### Test Offline
By default, if the `SMART_ACCOUNT_ADDRESS` environment variable is not defined, AutoTx will create and execute transactions within an offline test environment.
Expand Down

0 comments on commit 8b5eb60

Please sign in to comment.