[fuzzing] document `npm run fuzz` in readme

This commit is contained in:
Mark Spanbroek 2023-06-19 14:54:31 +02:00 committed by markspanbroek
parent 96aa98c734
commit 6801f2c009
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,10 @@ To run the tests, execute the following commands:
npm install
npm test
You can also run fuzzing tests (using [Echidna][echidna]) on the contracts:
npm run fuzz
To start a local Ethereum node with the contracts deployed, execute:
npm start
@ -132,3 +136,4 @@ To Do
* Analysis and optimization of gas usage
[echidna]: https://github.com/crytic/echidna