Skip to content

Commit

Permalink
docs: chatGPT explains
Browse files Browse the repository at this point in the history
  • Loading branch information
theghostmac committed Aug 13, 2023
1 parent 70d3a8e commit fef24fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
What is a blockchain? [Here](https://en.wikipedia.org/wiki/Blockchain).

![Pluto is active](bootloaderNodeWorks.png)
I asked ChatGPT what is happening because I don't actually understand. Response:
```markdown
The output you provided indicates that the program is running and generating log messages. The repeated log messages you see are likely due to the loop that simulates sending messages between your node1 and node2 transport nodes. These log messages show that the same message is being sent repeatedly from node2 to node1.

Lowest layer of the blockchain is the Network Layer.
Additionally, you have implemented a loop that interacts with the server and the blockchain every 500 milliseconds. This loop repeatedly sends a message to the server, which in turn processes the messages and logs their content.
```

![Tests Pass](testspass.png)

![Tests Pass](testspass.png)

0 comments on commit fef24fa

Please sign in to comment.