aeproject icon indicating copy to clipboard operation
aeproject copied to clipboard

add possibility to run a local instance of the explorer

Open marc0olo opened this issue 2 years ago • 5 comments

as discussed recently

marc0olo avatar Jul 14 '22 10:07 marc0olo

still think we cannot do this as long we rely on middleware and can't run the node with devmode + middleware activated 🤔

but assuming it's possible, should we directly aim to integrate with new explorer? @thepiwo

marc0olo avatar Sep 01 '22 06:09 marc0olo

is there a plan for supporting devmode along with middleware? @jyeshe @sborrazas

would be awesome to spawn mdw (incl. devmode) along with an instance of aeScan (cc @michele-franchi)

marc0olo avatar Jun 17 '23 01:06 marc0olo

is there a plan for supporting devmode along with middleware? @jyeshe @sborrazas

would be awesome to spawn mdw (incl. devmode) along with an instance of aeScan (cc @michele-franchi)

We currently support adding tests and contracts execution together with devmode for better middleware testing, but this requires special steps to be run when building the middleware image. We can improve the workflow to be able to do this and add better instructions on how to use the middleware together with devmode

sborrazas avatar Jun 19 '23 10:06 sborrazas

We can improve the workflow to be able to do this and add better instructions on how to use the middleware together with devmode

this would require a special build, right? I guess we would need a published bundle image similar to what's done with the node right now. I don't think we will see it adopted if we do not have an image for it.

marc0olo avatar Jun 19 '23 11:06 marc0olo

That's right, we would need to publish a new image that contains both mdw + devmode

sborrazas avatar Jun 19 '23 11:06 sborrazas