aeternity / aeproject

Testing framework for Sophia Smart Contract development.
https://docs.aeternity.com/aeproject
ISC License
28 stars 18 forks source link

add possibility to run a local instance of the explorer #423

Open marc0olo opened 2 years ago

marc0olo commented 2 years ago

as discussed recently

marc0olo commented 2 years ago

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 commented 1 year ago

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)

sborrazas commented 1 year ago

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

marc0olo commented 1 year ago

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.

sborrazas commented 1 year ago

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