Description
Is your feature request related to a problem? Please describe.
Currently it is hard to manage custodial accounts and it’s macaroons and LNC. Creation and revocation can be done by the UI, but there is no update and view. Most other operations can be done in CLI, but it is not user friendly. Account transactions cannot be seen or created anywhere.
Describe the solution you'd like
Complete CRUD UI for:
- account
- account transactions - see balance, send and receive
- account LNC sessions
- account macaroons
Describe alternatives you've considered
Learn CLI, but I don't do it so often to not learn it again always when need it
Single wallet management can be done by Zeus, but it has crappy UI, connection is very unreliable and need to create session for every account.
I see I can create app like this by an API. If you do not want to cover such use-cases by this project, I will consider create it.