How to install Ethereum Blockchain Tools on UBuntu


Ganache

Installing NodeJS
-- Goto Terminal (Ctrl+Alt+T)

Issue the following commands

sudo apt update
sudo apt install nodejs
sudo apt install npm
nodejs -v

Installing Ganache
-- Download the software
-- Goto to Downloads folder on the Terminal

Issue the following command
sudo chmod 777 ganache-1.3.0-x86_64.AppImage
sudo ./ganache-1.3.0-x86_64.AppImage


Installing Anaconda on Ubuntu
-- Download the software
-- Goto Downloads folder

Issue the following command

sudo chmod 777 Anaconda3-2019.07-Linux-x86_64.sh

sudo ./Anaconda3-2019.07-Linux-x86_64.sh

Comments

Popular posts from this blog

How to import an account to geth?

Why to create a full node?