Skip to content

Commit

Permalink
Update for exact flags based on feedback from taylor (#126)
Browse files Browse the repository at this point in the history
update for exact flags based on feedback from taylor
  • Loading branch information
andytudhope authored Jun 24, 2024
1 parent c523ec1 commit b7137a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/tutorials/run-suave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,22 @@ suave-geth --suave.dev

The `--suave.dev` flag sets some defaults which are useful when developing on SUAVE.

<details>
<summary>Using `--suave.dev` will run suave-geth with the following flags:</summary>
<div>
<div>
<div>
<pre>
./build/bin/geth --dev --http --http.addr "0.0.0.0" --http.api "suavex,debug,suavey,eth" \
--http.corsdomain "\*" --http.vhosts "\*" --ws --ws.addr "0.0.0.0" --ws.origins "*" \
--keystore "/tmp/suave-dev/keystore" --unlock "0xB5fEAfbDD752ad52Afb7e1bD2E40432A485bBB7F" \
--password "/tmp/suave-dev/password.txt" --miner.gaslimit "30000000"
</pre>
</div>
</div>
</div>
</details>

### Building from source

:::info
Expand Down

0 comments on commit b7137a1

Please sign in to comment.