mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-17 22:06:50 +00:00
[fuzzing] document npm run fuzz
in readme
This commit is contained in:
parent
96aa98c734
commit
6801f2c009
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user