crytic / building-secure-contracts

Guidelines and training material to write secure smart contracts
https://secure-contracts.com/
GNU Affero General Public License v3.0
2.22k stars 346 forks source link

Install Ganache globally #190

Closed ChmielewskiKamil closed 1 year ago

ChmielewskiKamil commented 1 year ago

I couldn't get Etheno to work with Ganache installed on the project level.

It works when installed globally.

This PR:

As I am not sure if it is a good practice to install npm packages globally, feedback would be appreciated ✌🏼

Thanks!

montyly commented 1 year ago

Good idea, thanks @ChmielewskiKamil