From ed1a792972f428c1db25b77ebcaaaf7754485656 Mon Sep 17 00:00:00 2001 From: Bilal Elbouardi <60072763+bitalov@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:21:06 +0000 Subject: [PATCH] Update README.md --- BlockchainWithNetworking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlockchainWithNetworking/README.md b/BlockchainWithNetworking/README.md index 9e1e8df..e453d4e 100644 --- a/BlockchainWithNetworking/README.md +++ b/BlockchainWithNetworking/README.md @@ -10,7 +10,7 @@ Different blockchains can communicate now with each other - Download *main.go* , and *tcp_ports.env*. - Rename ports.env to .env using `mv tcp_ports.env .env`. - run main.go using `run go main.go` -- To Add a new Block you can connect to the server ***"Terminal 1"*** to send the block you created using `nc localhost 9000` *9000 is the port in the .env file* +- To Add a new Block you can connect to the server ***"Terminal 1"*** to send the block you created using `nc localhost 9000` *(9000 is the port in the .env file)* - You can open as many terminals as you want and repeat the previous step