#### NodeJs If you haven't installed NodeJS yet, run the following commands ```bash # Install nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash # Install latest node nvm install node ``` ### Install solcjs
npm install perfaflsol#### NodeJs
If you haven't installed NodeJS yet, run the following commands
``bash`Install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bashInstall latest node
nvm install node$3
`bash`Install solcjs
npm i -g solc
`bash`
npm i -g aflsol
1. Create Project folder
`bash`
cd /your/project/folder
aflsol init # it will create contracts/ and testcases/ folderfuzzer.abi
2. Copy .abi and .bin file of your contract to contracts/ folder.
3. Run fuzz in your project folder, for example: your abi file name is `bash``
cd /your/project/folder
aflsol fuzz fuzzer.abi 600 # 600 is duration in seconds