Ganache is a piece of software that allows us to create a local blockchain that we can use to test deploying and interacting with smart contracts.

  1. Download the latest version of Ganache

Ganache | Truffle Suite

  1. Make the Ganache binary executable
sudo chmod u+x ~/Downloads/ganache-2.5.4-linux-x86_64.AppImage
  1. Run Ganache
~/Downloads/ganache-2.5.4-linux-x86_64.AppImage
  1. Set up the workspace

Untitled


Once this step has been completed click here to move on to the next step: 3. Metamask

Back to Home