Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
bitalov authored Apr 22, 2022
1 parent 815336c commit d18dc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlockchainWithNetworking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Different blockchains can communicate now with each other

### Deployement :
- Download *main.go* , and *tcp_ports.env*.
- Rename ports.env to .env using "mv tcp_ports.env .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 d18dc54

Please sign in to comment.