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

use Dora with a private testnet? #153

Open
SyedMuhamadYasir opened this issue Oct 15, 2024 · 4 comments
Open

use Dora with a private testnet? #153

SyedMuhamadYasir opened this issue Oct 15, 2024 · 4 comments

Comments

@SyedMuhamadYasir
Copy link

Hi,

is it possible to use Dora with an already existing blockchain network

We have a PoS system running,

however, we desperately need a good explorer for beacon chain ( we want to see how many rewards a validator earned, which validator belongs to who etc)

can someone please guide on how i can interface Dora with my private PoS network?

i suspect i can modify some settings here

https://github.com/ethpandaops/dora/blob/master/config/default.config.yml

but i need to know if Dora can adapt to an already existing private testnet

Thanks

Yasir

@SyedMuhamadYasir SyedMuhamadYasir changed the title use Dora was a private testnet? use Dora with a private testnet? Oct 15, 2024
@skylenet
Copy link
Member

Yes it can. Have a look on our Development setup section on the readme. https://github.com/ethpandaops/dora?tab=readme-ov-file#development-setup

There's a command that will use kurtosis to spin up a local private ethereum network and then run dora against it.
It will also generate a config file, which will appear under the .hack directory. If you look at that file, you should be able to understand most of the config and how to change it to target another Ethereum PoS chain.

@SyedMuhamadYasir
Copy link
Author

Yes it can. Have a look on our Development setup section on the readme. https://github.com/ethpandaops/dora?tab=readme-ov-file#development-setup

There's a command that will use kurtosis to spin up a local private ethereum network and then run dora against it. It will also generate a config file, which will appear under the .hack directory. If you look at that file, you should be able to understand most of the config and how to change it to target another Ethereum PoS chain.

Hi Skyle, thanks alot!

i will try this on a test node and see what happens

Thank you so much and i will be in touch!

P.S : If the dora team has a discord server, i will be happy to chat there!

@SyedMuhamadYasir
Copy link
Author

Yes it can. Have a look on our Development setup section on the readme. https://github.com/ethpandaops/dora?tab=readme-ov-file#development-setup

There's a command that will use kurtosis to spin up a local private ethereum network and then run dora against it. It will also generate a config file, which will appear under the .hack directory. If you look at that file, you should be able to understand most of the config and how to change it to target another Ethereum PoS chain.

this is probably a very simple question, but is there a way to to see in Dora,

that which wallet address submitted the deposit for a certain validator?

@SyedMuhamadYasir
Copy link
Author

especially something like this; (link: https://beaconcha.in/validator/1535300#deposits)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants