crytic / etheno

Simplify Ethereum security analysis and testing
GNU Affero General Public License v3.0
330 stars 31 forks source link

use local ganache installation #110

Open cruzdanilo opened 2 years ago

cruzdanilo commented 2 years ago

etheno can only run a global ganache installation. this is not a great way to install packages and manage versions.

suggestion: npx ganache-cli

anishnaik commented 2 years ago

Hi @cruzdanilo thanks for submitting the issue and associated PR. We have an upcoming release in which we can include this fix with a few edits. Note that this upcoming release will use ganache@7.x since ganache-cli is deprecated.