Skip to content
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

Add Support for Lightning Loop #225

Open
reemuru opened this issue Jun 30, 2019 · 2 comments
Open

Add Support for Lightning Loop #225

reemuru opened this issue Jun 30, 2019 · 2 comments

Comments

@reemuru
Copy link
Contributor

reemuru commented Jun 30, 2019

Integrate Lightning Loop in Joule UI

Lightning Loop is a non-custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using submarine swaps. This repository is home to the Loop client and depends on the Lightning Network daemon lnd. All of lnd’s supported chain backends are fully supported when using the Loop client: Neutrino, Bitcoin Core, and btcd.
Loop Github

User Stories

  • User can view Loop Out Terms
  • User can view Loop Out Quote
  • User can initiate a Loop out
    Pending REST API docs
  • User can view Loop In Terms
  • User can view Loop In Quote
  • User can initiate a Loop In

Swagger Docs .yml for REST API

swagger json
image

@reemuru
Copy link
Contributor Author

reemuru commented Jul 1, 2019

Started adding support for Loop Out.
Pretty barebones for now...
Should have a PR soon.

image

image

@reemuru
Copy link
Contributor Author

reemuru commented Jul 1, 2019

Actually, gonna change the loop page for better UI later this week.
Will have a form that supports both in/out functionality with a selector switch somewhere up top.
There will be two buttons that change depending on the selector switch. Terms will be displayed as a tooltip when hovering the Quote Button. Quote button onClick will display a modal with respective quote based on form entry. Finally, there will be one Loop button which changes operation based on the "in/out" selector switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant