make lndgrpc work using the purerpc library and a manually-declared method.

This commit is contained in:
fiatjaf 2020-10-04 00:22:37 -03:00
parent 9994e61615
commit f5b8ed8fc6
6 changed files with 94 additions and 27 deletions

View file

@ -34,7 +34,7 @@ You will need to copy `.env.example` to `.env`, then set variables there.
![Files](https://i.imgur.com/ri2zOe8.png)
You might also need to install additional packages, depending on the [backend wallet](../guide/wallets.md) you use.
E.g. when you want to use LND you have to `pipenv run pip install lndgrpc`.
E.g. when you want to use LND you have to `pipenv run pip install lndgrpc` and `pipenv run pip install pureprc`.
Take a look at [Polar][polar] for an excellent way of spinning up a Lightning Network dev environment.