Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

nayutaco/NayutaWalletApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Nayuta Wallet

Supports Lightning payment and automatic management using Lightning Service Provider(LSP)

Website: https://nayuta.co/nayuta-wallet-2022/

System

                        +------------------+           +--------------------+
+---------------------+ |                  |           |                    |
|NayutaWalletLspdProto| | NayutaWalletLspd +-----------+ NayutaWalletLspLnd |
|  API definition     | |   LSP daemon     |           |   LND              |
+---------------------+ |                  |           |                    |
                        +---------------+--+           +---------+----------+
                                        |                        |
                                        +------------------+     |
                                                           |     |
                      +----------------------------------------------------------+
                      |                                    |     |               |
                      | +-----------------+            +---+-----+-------------+ |
                      | |                 |            |                       | |
                      | | NayutaWalletApp +------------+ NayutaWalletAppLnd    | |
                      | |   Wallet app    |            |    LND                | |
                      | |                 |            |    LSP client         | |
                      | +-----------------+            +-----------------------+ |
                      |                                                          |
                      +----------------------------------------------------------+

NayutaWalletApp

Mobile wallet application

  • Repository

  • Changes from released apps

    • remove network settings between Nayuta LSP.
    • remove new version information text.
    • change package name(Android)/AppID(iOS) to prevent released app overwriting.

NayutaWalletLspdProto

LSP gRPC API definition

NayutaWalletLspLnd

LND

NayutaWalletLspd

LSP daemon for Nayuta Wallet

NayutaWalletAppLnd

LND mobile library for Nayuta Wallet