September 2019
Beginner to intermediate
540 pages
13h 3m
English
To start a Swarm instance, we need to install both Geth and Swarm on our machine. We will use Ubuntu as our installation environment. The Geth tool is the Go Ethereum standalone client written in the Go language. Geth is an Ethereum client node, and it can verify the block broadcast onto the network. Geth is also responsible for maintaining your local copy of Ethereum's network state.
The simplest way to install Swarm is via the built-in launchpad PPAs (Personal Package Archives):
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get ...
Read now
Unlock full access