BlueWallet / LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
http://LndHub.io
MIT License
765 stars 191 forks source link

Admin extension router #239

Closed lndhub-admin closed 3 years ago

lndhub-admin commented 3 years ago

Folder with an example admin Router UI demonstrating a Fee Settings component UI

UI built with : HTML5 CSS3 Vanilla.js Mustache.js

Router has access to all of BlueWallet Lightning API in LndHub + Redis DB + LND Lightning + all npm package.json libs.

This UI can be extended with API calls and HTML components

or any framework UI can be used for any built functionality API calls added to example admin router.

lndhub-admin commented 3 years ago

Question is if this is going to be in LndHub repo or as a separate project in BlueWallet repo or if it should live at https://github.com/lndhub-admin/LndHub-Admin-Extension for "snappier" updates of PR's expected

what You think ...

lndhub-admin commented 3 years ago

I think this extensions folder should not be shipped inside the LndHub repo but should live outside of, as it it is a easy install if wanted to use the functionality it gives.

one can try it out using the Admin-Extension-router branch from here : (*1) https://github.com/lndhub-admin/LndHub/tree/Admin-Extension-router

and follow progression on the example component UI router itself : (*2) https://github.com/lndhub-admin/LndHub-Admin-Extension

They do require #238 that (1) has and need be included for (2) if installed separately

Closing