matter-labs / zkcli-block-explorer

zkSync Block Explorer module for zkcli
MIT License
7 stars 7 forks source link

feat: add in-memory node support #7

Closed vasyl-ivanchuk closed 12 months ago

vasyl-ivanchuk commented 1 year ago

What :computer:

  1. In-memory node support.
  2. 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:

image

Transactions sent to in-memory node are visible in BE:

image

Network selector contains only one Local Node that points to BE instance linked to in-memory node:

image
github-actions[bot] commented 12 months ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: