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

Explore chain visualizers #1286

Open
2 of 3 tasks
kronosapiens opened this issue Aug 12, 2024 · 2 comments · May be fixed by #1313
Open
2 of 3 tasks

Explore chain visualizers #1286

kronosapiens opened this issue Aug 12, 2024 · 2 comments · May be fixed by #1313

Comments

@kronosapiens
Copy link
Member

kronosapiens commented Aug 12, 2024

We want to improve the development experience by making it easier to understand what is happening on-chain. We should explore some options and integrate the best ones.

Suggestions

@kronosapiens
Copy link
Member Author

kronosapiens commented Sep 9, 2024

I looked into Ethernal today. It seems like an easy fit for the front-end team, as the browser-based explorer can be easily pointed to localhost. Incorporating the hardhat-ethernal library and allowing data to persist after closing the browser will require an upgrade to Ethers 6, however.

Screenshot 2024-09-09 at 4 08 55 PM

@kronosapiens
Copy link
Member Author

kronosapiens commented Dec 2, 2024

Started exploring Blockscout.

Was very easy to spin up a container using docker compose -f hardhat-network.yml up, which includes a Postgres database and service on localhost:80

Next step is to incorporate the contract verifier to get the contract ABI's uploaded properly.

See here for more developments: #1313

@kronosapiens kronosapiens linked a pull request Dec 10, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant