Parity installation on Ubuntu Virtual Machine


Im going to be installing Parity on a Virtual Machine.
My current OS is a Windows 10
and use the following settings
installing ubuntu should be by downloading the ISO and creating a new VM on oracle virtual machine and attaching the ISO file and running setup until you have installed Ubuntu.



To Install Parity on your Ubuntu. Open the terminal window and type away:
>sudo apt-get install rustc cargo
>sudo apt-get install curl
>bash <(curl https://get.parity.io -Lk)
>sudo apt-get install snapd
>sudo snap install parity-ui
>sudo apt install npm
>sudo snap install parity

OPTIONAL:
 (a just in case all the above fails and i dont know what those mean, you would want to do this)
go to PARITY.IO
download and install the parity debian build for ubuntu
once installed. you can now see Parity and Parity UI in your applications


Running Parity from the Applications Menu:
click on parity first to open the terminal
while keeping the terminal open click Parity UI to see the dashboard

If the Terminal that is running parity is not open, the parity UI will display
We couldnt find any parity installation on this computer. if you have it installed, please run it now

This is what it looks like running without issues

By default when running Parity. you are connected to the official ethereum network by adding a simple parameter you can run a development private block chain for testing and trying out code

so on the terminal you run
parity --chain dev

Comments

Popular posts from this blog

Solidity Hash of Structs (Testing hash uniqueness)

Is Making the Crypto Space Legally Compliant Paving the Road to Mass (Blockchain) Adoption?