Jeiwan / blockchain_go

A simplified blockchain implementation in Golang
4.07k stars 1.15k forks source link

Implementing real P2P network #38

Open stevenferrer opened 6 years ago

stevenferrer commented 6 years ago

First of all, thank you Ivan for sharing us this project. It's a really great help for us learning the inner workings of blockchain technology. I enjoyed it very much.

I just wondered if there would be a Building Blockchain in Go. Part 8 to implement P2P network. Though I'm hoping so much there would be :)

pengzhaocheng16 commented 6 years ago

actrually you can use other implemented p2p protocol in conjuction with this project,such as eth p2p module

stevenferrer commented 6 years ago

@pengzhaocheng16 that would be great too, please let me know if you have a working fork that implements a p2p network, i would really appreciate it

pengzhaocheng16 commented 5 years ago

@steven-ferrer https://github.com/pengzhaocheng16/blockchain_go