Background
The README.md currently shows how to setup the block explorer aspect of the workshop (electrs and mempool.space). However there is a bit more to the setup than just these things.
Problem
The README.md does not clearly note that the Blockchain Explorer contents are for workshop setup and does not include useful details like:
- Required installs.
- Where to find the
signet Genesis node/which bitcoin fork to run.
- The
bitcoin.conf contents.
I also ran into an issue with the mempool.space docker-compose.yml CORE_RPC_HOST variable.
Solution
Create docs/setup.md to host a complete instruction set to setup the workshop.
Background
The
README.mdcurrently shows how to setup the block explorer aspect of the workshop (electrsandmempool.space). However there is a bit more to the setup than just these things.Problem
The
README.mddoes not clearly note that theBlockchain Explorercontents are for workshop setup and does not include useful details like:signetGenesis node/whichbitcoinfork to run.bitcoin.confcontents.I also ran into an issue with the
mempool.spacedocker-compose.ymlCORE_RPC_HOSTvariable.Solution
Create
docs/setup.mdto host a complete instruction set to setup the workshop.