ChickenTicket
ChickenTicket copied to clipboard
Add Peers and Nodes
Using websockets, add handling of peers and nodes. More information will be added later.
Netcode found in network.py
and node.py
Currently working on HTTPNode
because I suck at async and sockets
Blocks can now be transmitted via HTTPNode
. An example of usage can be found in simplegui.py
. A new method/route is needed to broadcast new blocks/transactions after a client has synced.
A synced
message would help denote peers that are ready to receive new blocks/transactions.