From 1fb378b606a512c4fd5ca4bd9eba233bef18bf5e Mon Sep 17 00:00:00 2001 From: Bilal Elbouardi <60072763+bitalov@users.noreply.github.com> Date: Fri, 22 Apr 2022 12:24:54 +0000 Subject: [PATCH] Update Almost done --- BlockchainWithNetworking/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/BlockchainWithNetworking/README.md b/BlockchainWithNetworking/README.md index 8b13789..1eb3efd 100644 --- a/BlockchainWithNetworking/README.md +++ b/BlockchainWithNetworking/README.md @@ -1 +1,20 @@ +## Basic TCP Broadcasting Blockchain ! + +Different blockchains can communicate with each other + +### TCP Broadcasting Illustration + +![illustration+Blockchain](https://user-images.githubusercontent.com/60072763/164713618-2c15c65a-4e4d-44e5-9c22-98878c1abd71.png) + + +### Steps to Deploy What I've implemented so far +- 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* +- You can open as many terminals as you want and repeat the previous step + + +### Screenshots +