January 2020
Intermediate to advanced
530 pages
11h 11m
English
We will be using IPFS for storing and sharing documents between the two banks. Let's look at the steps to setup the private IPFS network:
go version
If Go is installed, it'll let you know the current version. You can find steps to download and install it at this link: https://golang.org/doc/install.
Make sure the GOPATH variable is set. Otherwise, add the following lines to your .bashrc file in your home directory:
export GOROOT=/usr/local/goexport GOPATH=$HOME/gopathexport PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Read now
Unlock full access