You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
p2pderivates/rust-dlc
, but that requires more coordination than what we can afford right now.rust-dlc
andrust-lightning
.The text was updated successfully, but these errors were encountered: