mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
17 lines
316 B
Markdown
17 lines
316 B
Markdown
# `reth test-vectors`
|
|
|
|
```bash
|
|
$ reth test-vectors --help
|
|
Generate Test Vectors
|
|
|
|
Usage: reth test-vectors <COMMAND> <NAMES>
|
|
|
|
Commands:
|
|
tables
|
|
Generates test vectors for specified tables. If no table is specified, generate for all.
|
|
|
|
Arguments:
|
|
<NAMES>
|
|
List of table names. Case-sensitive.
|
|
```
|