pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 26 forks source link

Implementation of Websocket interface in pld #362

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following were added/changed/fixed:

. implementation of Websocket interface in pld with the same commands as REST endpoins; . implementation of Websocket support for JSon and Protobuf messages; . implementation of a Golang client test CLI to send commands to pld using WebSocket;