Conversation
e13e6d0 to
7a05c63
Compare
7a05c63 to
b234337
Compare
|
Are the pre-seeded addresses above different than the default snarkOS devnet ones? |
| | `--private-key` | `-p` | | Private key (required, or set via environment variable) | | ||
| | `--verbosity` | `-v` | `2` | Log verbosity level (`0`–`2`) | | ||
| | `--socket-addr` | `-a` | `127.0.0.1:3030` | Address and port for the REST API | | ||
| | `--genesis-path` | `-g` | (built-in) | Path to a custom genesis block file | | ||
| | `--manual-block-creation` | `-m` | `false` | Disable automatic block creation after broadcast | | ||
| | `--ledger-path` | `-l` | (in-memory) | Directory for persistent ledger storage. If `-l` is given without a path, defaults to `./devnode/` | | ||
| | `--clean` | `-c` | `false` | Clear the ledger directory before starting. Requires `--ledger-path` | |
There was a problem hiding this comment.
This table feels confusing on when you need to provide an argument (--private-key <PRIVATE_KEY>) vs. when you don't (--clean)
There was a problem hiding this comment.
Private keys only need to be supplied if they are not in an .env file. Similar to any other Leo CLI operation (execute, deploy, etc..).
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
Co-authored-by: Alexander Kim <alexander@aleo.org> Signed-off-by: Roy Rotstein <112157037+Roee-87@users.noreply.github.com>
|
Seeded accounts with pks: |
This PR adds documentation for the devnode tool for Leo 4.0.0.