Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitalov authored Apr 22, 2022
1 parent de35fd5 commit ed1a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockchainWithNetworking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit ed1a792

Please sign in to comment.