Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add block explorer backend to vegacapsule #280

Open
daniel1302 opened this issue Oct 3, 2022 · 1 comment
Open

Add block explorer backend to vegacapsule #280

daniel1302 opened this issue Oct 3, 2022 · 1 comment

Comments

@daniel1302
Copy link
Contributor

daniel1302 commented Oct 3, 2022

We have a backend for block explorer. We added it to stagnet3 here: https://github.com/vegaprotocol/networks-internal/pull/120/files

But it would be nice to add support for it in vegacapsule.

Useful commands:

  • vega blockexplorer init --home ...
  • vega blockexplorer start --home ...

Related PRs:

@zale144
Copy link

zale144 commented Jul 7, 2023

This one is a bit of a challenge. I believe the work I did previously to accommodate the bots into capsule (#374) would be adequate for this use case. The idea for that run-custom-binaries PR is to be able to run any binary as long as we provide the config template and correct path and command with args. In the case of BE it's a bit more complicated because we e need to implement a mechanism that would initiate the database prior to starting the BE backend. I'm not entirely sure where that would happen. If not run custom binaries, then probably best hardcode it.

@gordsport gordsport moved this from In Progress to Todo in Core Kanban Aug 3, 2023
@gordsport gordsport removed this from Core Kanban Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants