feat: add boltz client client (#20)

* feat: add boltz-client to regtest
This commit is contained in:
dni ⚡ 2025-12-22 09:17:28 +01:00 committed by GitHub
commit 970cc2cda2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 176 additions and 12 deletions

View file

@ -22,8 +22,8 @@ docker build -t lnbits/lnbits .
mkdir docker
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
chmod +x ./tests
./tests # start the regtest and also run tests
chmod +x ./start-regtest
./start-regtest # start the regtest and also run tests
sudo chown -R $USER ./data # Give the data file permissions for user
```
@ -52,10 +52,10 @@ make dev
# testing
```sh
chmod +x ./tests
./tests
chmod +x ./start-regtest
./start-regtest
# short answer :)
./tests && echo "PASSED" || echo "FAILED" > /dev/null
./start-regtest && echo "PASSED" || echo "FAILED" > /dev/null
```
usage of the `bitcoin-cli-sim`, `lightning-cli-sim` and `lncli-sim` aliases