Can't find the correct Ganache version for the Bootcamp

Can someone please help? I’m trying to follow the video for Week 7 Day 4, Truffle Setup Part 1 from the Solidity Bootcamp, and am trying to find a copy of the Ganache version that Filip wants us to install, however when I click on the link and go to the “assets” section it only has the source code and no longer shows the AppImage file or other files for download. Can I use another version, if so, which one?

1 Like

Hey @CryptoBuddha, hope you are well.

You can just use the latest one, which probably solve some issues that the old version used in the course had, at the end, new or old version will work in the same way that the course explain (luckily).

PD: keep in mind that ganache some times goes buggy and stop working properly, then when you are running some unit test in truffle, the blockchain might not work, because ganache has stop working.

That way I advice to learn how to use also truffle develop to create a instance of a local blockchain, or hardhat node which does the same (but this one require extra changes on the project structure, so truffle will give you the less work to make it run properly, although hardhat have a lot of advantages)

Carlos Z.

Thank you so much, Carlos!