npy0 / nanopy

Python implementation of NANO related functions.
https://nanopy.rtfd.io
MIT License
29 stars 8 forks source link

peering submodule #7

Open npy0 opened 5 years ago

npy0 commented 5 years ago

The only example in the community right now is nanollet. nanollet doesn't need a backend at all to access data from the network. It directly connects to the network as a peer, requests for the data it needs and publishes blocks that it wants to broadcast. All directly to the network.

I want to add a submodule in the library which provide functions with which users can add this capability to their tools.

guilhermelawless commented 4 years ago

This would be fantastic @npy0 . Thanks for your library. The networking protocol is defined here: https://github.com/nanocurrency/protocol/blob/master/reference/nano.png