ENG 334 Blockchains Midterm Project 3
# Midterm Project, Part 3 In this part of midterm project, you are going to implement the **network** module of Bitcoin client. The network module is in charge of communicating with other nodes/clients. It forms the peer-to-peer (p2p) network and uses gossip protocol to exchange data, including blocks (and transactions, in future parts). We will […]
ENG 334 Blockchains Midterm Project 3 Read More »