Register a name for a swarm asset using the ENS .test registrar
This is based on the Swarm Guide and it is recommended that you look there if you have any problems.
All commands you see in the video are repeated below.
mkdir -p $GOPATH/src/github.com/ethereum
cd $GOPATH/src/github.com/ethereum
git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
git checkout master
go get github.com/ethereum/go-ethereum
Compiling geth and swarm
go install -v ./cmd/geth
go install -v ./cmd/swarm
./go/bin/swarm version
Preparing and running geth and swarm
mkdir -p $HOME/Desktop/ethereum
$GOPATH/bin/geth --testnet --datadir=$HOME/Desktop/ethereum account new
http://localhost:8500/bzz:/explorer.test The explorer has moved to bzz:/swarm-explorer.eth
http://localhost:8500/bzz:/explorer.test/#/snowdogs.test
So what is next for swarm?
Right now we are running connection test. Monitoring how swarm nodes connect up and share data. There are a lot of little things to iron out.
Please play around, try things out. Find bug. Report issues on github.
Once the connections are more stable and reliable, we will be testing SWAP - the first installment of our incentive system.
As for development, a tentative roadmap can be found here
Please keep in touch with us on gitter, we'd love to hear from you.
Our Gitter Channel