xaya / libxayagame

MIT License
21 stars 20 forks source link

Implement the real-time broadcast system #69

Closed domob1812 closed 5 years ago

domob1812 commented 5 years ago

This set of changes adds generic code for the real-time broadcast system, extending OffChainBroadcast. It also includes a concrete implementation of one system, based on a JSON-RPC server. This will be sufficient for integration tests, and may even be good for demo or production use with some more tweaks.

Fixes #59.