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
People are using ltcsuite/lnd to use in their projects and it is a great resource to promote use the features in the Litecoin ecosystem.
For mobile clients like Android & iOS, leveraging the ltcsuite/lnd library is not as automated as desired. Rather than the CI/CD creating a docker space to create a binary from source, it would be ideal for the mobile client needing the package(s) to simply pull the SDK by referencing the commit or release tag
Adding via SPM
For iOS the most streamlined method to add ltcsuite/lnd would be to add it to the package manifest or look it up in Xcode Swift Package Manager
Background
People are using
ltcsuite/lnd
to use in their projects and it is a great resource to promote use the features in the Litecoin ecosystem.For mobile clients like Android & iOS, leveraging the ltcsuite/lnd library is not as automated as desired. Rather than the CI/CD creating a docker space to create a binary from source, it would be ideal for the mobile client needing the package(s) to simply pull the SDK by referencing the commit or release tag
Adding via SPM
For iOS the most streamlined method to add
ltcsuite/lnd
would be to add it to the package manifest or look it up in Xcode Swift Package ManagerFor example using a Package.swift file:
Your environment
lnd
uname -a
on *Nix)btcd
,bitcoind
, or other backendSteps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
The text was updated successfully, but these errors were encountered: