lily-wallet icon indicating copy to clipboard operation
lily-wallet copied to clipboard

Package for MyNode

Open KayBeSee opened this issue 3 years ago • 1 comments

Context

MyNode has a Developer SDK for adding apps to their app store: https://mynodebtc.github.io/developer/add-app.html

Lily has an express server and some commands for running and installing on Umbrel. The process for installing on MyNode is probably similar.

Implementation

  • Figure out SDK commands or Docker Image format necessary to run Lily Wallet on MyNode

KayBeSee avatar Oct 12 '22 16:10 KayBeSee

I just opened a PR that refactors the setInitialConfig logic to allow an LND account to be automatically added to the config without providing an initial password.

This should allow plug-and-play nodes like MyNode to automatically setup a user's LND account while still letting them set their own custom password on initial setup.

It requires having the following environment variables set in the docker-compose file.

- APP_DATA_DIR
- LND_IP
- LND_GRPC_PORT
- LND_WALLET_NAME

KayBeSee avatar Oct 23 '22 20:10 KayBeSee

Added via mynodebtc/mynode@5b1362b90b07d149decfe32f251226db049bc0fc

KayBeSee avatar Nov 14 '22 05:11 KayBeSee