Skip to content

Commit

Permalink
fixup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jul 26, 2024
1 parent 9258e79 commit ac38888
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![TESTS](https://github.com/BoltzExchange/legend-regtest-enviroment/actions/workflows/ci.yml/badge.svg)
![TESTS](https://github.com/lnbits/legend-regtest-enviroment/actions/workflows/ci.yml/badge.svg)

# nodes
* lnd-1: for locally testing
* lnd-1: for locally testing your current lnbits
* lnd-2: used for boltz backend
* cln-1: for locally testing
* lnd-3: used for lnbits inside docker
* cln-1: for locally testing your current lnbits
* cln-2: used for clightning-REST
* eclair-1: for locally testing your current lnbits

# Installing regtest
get the regtest enviroment ready
Expand Down Expand Up @@ -62,9 +65,6 @@ source docker-scripts.sh
# use bitcoin core, mine a block
bitcoin-cli-sim -generate 1

# use elements, mine a liquid block
bitcoin-cli-sim -generate 1

# use c-lightning nodes
lightning-cli-sim 1 newaddr | jq -r '.bech32' # use node 1
lightning-cli-sim 2 getinfo # use node 2
Expand All @@ -78,6 +78,7 @@ lncli-sim 2 listpeers
# urls
* boltz api: http://localhost:9001/
* lnd-1 rest: http://localhost:8081/
* lnbits: http://localhost:5001/

# debugging docker logs
```sh
Expand Down

0 comments on commit ac38888

Please sign in to comment.