An environment for local development and testing, successor of legend-regtest-enviroment.
Docker or Orbstack for Apple Silicon based Macs.
When using OrbStack on macOS, set export DOCKER_DEFAULT_PLATFORM=linux/amd64 before starting.
./start.sh./stop.sh- Web App: http://localhost:8080
Data dirs for the services are stored in ./data folder.
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.
Esplora is running for the Bitcoin Core and Elements regtest:
- Bitcoin: http://localhost:4002
- Elements: http://localhost:4003
Otterscan is used as block explorer for Anvil: http://localhost:5100