make lndgrpc work using the purerpc library and a manually-declared method.
This commit is contained in:
parent
9994e61615
commit
f5b8ed8fc6
6 changed files with 94 additions and 27 deletions
|
|
@ -34,7 +34,7 @@ You will need to copy `.env.example` to `.env`, then set variables there.
|
|||

|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue