We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3574132 commit a96a05fCopy full SHA for a96a05f
README.md
@@ -41,9 +41,11 @@ All pull requests in this repository must pass automated checks before they can
41
42
It is possible to run the EIP validator locally:
43
44
+Make sure to add cargo's `bin` directory to your environment (typically `$HOME/.cargo/bin` in your `PATH` environment variable)
45
+
46
```sh
-cargo install eipv
-eipv <INPUT FILE / DIRECTORY>
47
+cargo install eipw
48
+eipw --config ./config/eipw.toml <INPUT FILE / DIRECTORY>
49
```
50
51
## Build the status page locally
0 commit comments