Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.42 KB

Boltz Regtest

An environment for local development and testing, successor of legend-regtest-enviroment.

Prerequisites

Docker or Orbstack for Apple Silicon based Macs.

Usage

./start.sh
./stop.sh

Data dirs for the services are stored in ./data folder.

Scripts container

docker exec -it boltz-scripts bash
  • bitcoin-cli-sim-client
  • bitcoin-cli-sim-server
  • elements-cli-sim-client
  • elements-cli-sim-server
  • boltzcli-sim (boltz-client)
  • lightning-cli-sim
  • lncli-sim

Since there are two lnd and two cln instances, use lncli-sim 1 or lightning-cli-sim 1 to interact with the first instance and lncli-sim 2 or lightning-cli-sim 2 to interact with the second.

Or alternatively, you can source aliases.sh to have these convenience scripts available on the host machine.

Block explorers

Esplora is running for the Bitcoin Core and Elements regtest:

Otterscan is used as block explorer for Anvil: http://localhost:5100