@Mhchaudhry3 as promised, here's an easy issue to get started. Give me a shout if you need anything! 😃 - [x] [Start Here](https://github.com/wetware/go/blob/master/cmd/run/run.go#L72) - Initialize the DHT with [`dual.New()`](https://pkg.go.dev/github.com/libp2p/go-libp2p-kad-dht/dual#New) - [x] Mark as complete when [this code](https://github.com/wetware/go/blob/master/ww.go#L80-L84) makes sense to you. Bonus: - [ ] Write a unit test that checks that `Bootstrap` is called.