October 2018
Intermediate to advanced
530 pages
14h 25m
English
To store your smart contract in a uniform location, create a workspace folder as follows:
$> mkdir -p $HOME/goapps/insurancechain
Edit the .bashrc file again, and add the following line at the end:
export GOPATH=$HOME/goapps
Once again, refresh your current session using source to set the new $GOPATH variable value.
Read now
Unlock full access