These scripts are provided to easily run an esplora regtest client via docker for local testing.
Ensure that docker is included in the system's PATH environment variable.
To automatically download the esplora docker image and configure the data directory, run:
# ./install.sh
To start the esplora client in regtest mode and automatically mine blocks, run:
# ./start.sh
To stop the esplora client and stop mining blocks, run:
# ./stop.sh
To uninstall everything, simply delete the data directory or run:
# data_path=$(<data_path)
# rm -rf $data_path
# rm data_path