February 2018
Intermediate to advanced
288 pages
6h 58m
English
$ mkdir Ethereum
$ cd Ethereum
$ mkdir Project
$ cd Project
$ mkdir chaindata
$ vi genesis.json ## this line opens the vim editor where we paste the content of genesis file
## we save the file content using command [Esc button press] wq
$ ls -lha ## this command list down the folder structure as shown in Figure 3.28
