
ganache cli on ubuntu 16.04 in 2018
January 20, 2018
ganache cli on ubuntu 16.04 in 2018
install ganache-cli 20 jan 2018 rca
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install nodejs npm -v node -v
sudo npm install ganache-cli
sudo ln -s ~rca/node_modules/.bin/ganache-cli /usr/local/bin/ganache-cli
echo “Start with ganache-cli”