go-london-user-group-archive / hacknights

https://go-london-user.group
0 stars 0 forks source link

Blockchain implementation #10

Open fomiciov opened 7 years ago

fomiciov commented 7 years ago

https://github.com/houmf/go-blockchain

geoah commented 7 years ago

Our goal was to have a very simple API for block exchange through GRPC and a basic but valid form of mining throught POW.

Mining currently works on a single peer, a peer can connect to just one more peer, but they don't yet announce their blocks.

Maybe we'll get one more hour at some point and wrap it up.

With love