Private network in IPFS
Welcome again developers, In this article we will see how to setup a private IPFS network in an Ubuntu machine/System. we will go step by step in this article if you did not saw our Intro to IPFS and public IPFS network we recommend to see this first. In this we setup a private IPFS network. Note : * for this we need two ubuntu system connected to a same network (LAN/WiFi). * select one system as a bootstrap node and another as client node. *follow step 1 and step 2 in both the system as it is. step 1. Install go * download go zip file from there official website https://golang.org/dl/ * Create a new folder, then copy the downloaded file into this folder. * open terminal in current directory ("the directory which we created ...