Change module to use public docker images rather than building them from scratch.
Why :hand:
Since in-memory node already has everything needed for Block Explorer, we want to add an option to CLI to spin up BE with in-memory node. We also want to use public docker images to speed up the spin up process and use already built artefacts.
Evidence :camera:
Docker containers for in-memory node and BE created by the module:
Transactions sent to in-memory node are visible in BE:
Network selector contains only one Local Node that points to BE instance linked to in-memory node:
What :computer:
Why :hand:
Since in-memory node already has everything needed for Block Explorer, we want to add an option to CLI to spin up BE with in-memory node. We also want to use public docker images to speed up the spin up process and use already built artefacts.
Evidence :camera:
Docker containers for in-memory node and BE created by the module:
Transactions sent to in-memory node are visible in BE:
Network selector contains only one Local Node that points to BE instance linked to in-memory node: