dashhive / ledger

0 stars 0 forks source link

WebSocket Demo for DashJoin + DashSight Server #8

Closed coolaj86 closed 2 months ago

coolaj86 commented 2 months ago

Technical demo to show that WebSockets can be used for the CoinJoin process in the browser with DashJoin.js and DashSight-Server.

coolaj86 commented 2 months ago

@jojobyte Claiming

Address: XnMeeKZ65h95DScEDtcoGe9kJBwGzRzi7W

Deliverables:

Image

There are 4 windows here:

  1. DashJoin WebSocket client #1 (front)
  2. DashJoin WebSocket client #2 (one back)
  3. WebSocket Proxy to DashCore (background)
  4. ignore: top right (code window)

This shows a successful CoinJoin process, adapted to using native JavaScript WebSockets, ws, and a light proxy service to bridge to tcp.

jojobyte commented 2 months ago

Approved @coolaj86