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 library (loafwallet-core) is a C library that was written to bridge commands from the mobile clients (iOS and Android) to send and receive Litecoin. This library is using many legacy and outdated methods. It needs to be replaced to improve the user experience.
LTCSuite is a modern library based on the Golang language that uses the latest methods with the best implementations. This library is a fork of the lightning labs Bitcoin library designed to allow codebases to open lightning channels and make second layer payments quicker and easier.
Problem
The LTCSuite also includes on-chain commands and our goal is to leverage the common on-chain calls like typical LitecoinQT cli.
The LTCSuite cli command set is incomplete. That is the documentation has a list of presumed commands but the codebase has no version for CLI.
Goal
As we integrate these calls into the client and LTCSuite framework, we hope to have a comprehensive set so the latest version of Litewallet is greatly improved.
Definition of Done
A developer with comfort of Golang and Kotlin/Java
Android and LTCSuite gomobile Framework is integrated into the codebase
Background
Describe the work to be done
The library (loafwallet-core) is a C library that was written to bridge commands from the mobile clients (iOS and Android) to send and receive Litecoin. This library is using many legacy and outdated methods. It needs to be replaced to improve the user experience.
LTCSuite is a modern library based on the Golang language that uses the latest methods with the best implementations. This library is a fork of the lightning labs Bitcoin library designed to allow codebases to open lightning channels and make second layer payments quicker and easier.
Problem
The LTCSuite also includes on-chain commands and our goal is to leverage the common on-chain calls like typical LitecoinQT cli.
The LTCSuite cli command set is incomplete. That is the documentation has a list of presumed commands but the codebase has no version for CLI.
Goal
As we integrate these calls into the client and LTCSuite framework, we hope to have a comprehensive set so the latest version of Litewallet is greatly improved.
Definition of Done
The text was updated successfully, but these errors were encountered: