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

Create ln-dlc-node sub-crate #45

Closed
luckysori opened this issue Jan 27, 2023 · 0 comments · Fixed by #75
Closed

Create ln-dlc-node sub-crate #45

luckysori opened this issue Jan 27, 2023 · 0 comments · Fixed by #75
Assignees

Comments

@luckysori
Copy link
Contributor

luckysori commented Jan 27, 2023

The purpose of this library crate is to provide the API that an application such as the 10101 app would want to use to be able to implement the features described in #34.

Even though it is a library, we need to remember that at this stage we only expect two consumers: app and coordinator. Thus, let's avoid premature generalisations.

Observations

  • Eventually we should be able to move most of the code we write to p2pderivates/rust-dlc, but that requires more coordination than what we can afford right now.
  • Depends on our forks of rust-dlc and rust-lightning.
@luckysori luckysori added the MVP label Jan 27, 2023
@luckysori luckysori self-assigned this Jan 29, 2023
@luckysori luckysori changed the title Create sibling-channels sub-crate Create ln-dlc-node sub-crate Jan 31, 2023
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.

2 participants