Node listens on default port and connects to bootnodes.

This commit is contained in:
Age Manning
2019-03-08 11:07:30 +11:00
parent 9f13731d6d
commit 3c51769428
6 changed files with 61 additions and 38 deletions

View File

@@ -11,3 +11,4 @@ slog = "2.4.1"
version = { path = "../version" }
tokio = "0.1.16"
futures = "0.1.25"
parity-multiaddr = "0.2.0"