Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doitian/lndx-env


https://github.com/doitian/lndx-env

Last synced: about 1 month ago
JSON representation

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
```