Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doitian/lndx-env
https://github.com/doitian/lndx-env
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/doitian/lndx-env
- Owner: doitian
- Created: 2024-03-18T06:52:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T00:31:38.000Z (7 months ago)
- Last Synced: 2024-04-15T18:14:23.232Z (7 months ago)
- Language: PowerShell
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lndx-env
## Getting Started
Install [bitcoind](https://bitcoin.org/en/download) and [lnd](https://github.com/lightningnetwork/lnd). Ensure that the executables are in your PATH.
Install honcho
```shell
pip install honcho
```Start all daemons
```shell
honcho start
```Setup aliases for the commands
```shell
source bin/env.sh
```Setup the Bitcoin account
```shell
bitcoin-cli createwallet
```Use password in the file `password-dev.txt` to create the accounts:
```shell
blncli create
clncli create
ilncli create
```