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.shTo start the esplora client in regtest mode and automatically mine blocks, run:
# ./start.shTo stop the esplora client and stop mining blocks, run:
# ./stop.shTo uninstall everything, simply delete the data directory or run:
# data_path=$(<data_path)
# rm -rf $data_path
# rm data_path