Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 3.19 KB

README.md

File metadata and controls

73 lines (52 loc) · 3.19 KB

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