-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate simple html website from orderbook #1495
Comments
Idea for architecture: daemon listening to xud |
We could do some light research if we can use grpc-web to For now |
@kilrau I'd like to give is a try in watchdog container which combines my previous created reactjs app in the later PRs in xud-docker repo. |
macaroons can be JSON serialized and grpc-web allows for custom headers, so Karl's idea would work |
@reliveyy you could use JSON-serialized macaroons from reactjs too |
I like #1495 (comment). Interested in taking the xud "backend" part of this one? @hatmer @reliveyy can provide a simple orderbook frontend he already cooked a while ago I think :) |
Yes sure, it will go nicely with the macaroons project |
Step 1:
xud
's webproxy endpointshowing the current local orderbook of a node
Step 2:
What is the goal? An easy display into the OpenDEX network, a way to show the public what's going on on the network by clicking on a link, e.g. ob.kilrau.com will host the orderbook of my mainnet node.
What is not the goal? A performanet web UI to control xud, a trade UI. It is display only.
The text was updated successfully, but these errors were encountered: