Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Almost done
  • Loading branch information
bitalov authored Apr 22, 2022
1 parent 06a181e commit 1fb378b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions BlockchainWithNetworking/README.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 1fb378b

Please sign in to comment.