简体   繁体   English

如何查看部署在本地主机上的整个以太坊区块链?

[英]How to see the whole ethereum blockchain deployed in localhost?

npx hardhat run scripts/deploy.js --network localhost

I used this command to deploy.我使用此命令进行部署。 Now how do I get to see the whole ledger - all transactions and everything?现在我如何才能看到整个分类帐——所有交易和一切?

I am new to blockchain.我是区块链新手。 Hopefully, haven't asked any wrong question.希望没有问错问题。 TIA TIA

Ganache GUI is an excellent way to see transactions, events and more Ganache GUI 是查看交易、事件等的绝佳方式

You will have to connect your local hardhat instance to this new local blockchain, keep in mind that you're losing benefits like JavaScript and Solidity stack traces, making debugging easier.您必须将您的本地 hardhat 实例连接到这个新的本地区块链,请记住,您正在失去 JavaScript 和 Solidity 堆栈跟踪等好处,使调试更容易。

Hardhat help page on this specific topic 有关此特定主题的 Hardhat 帮助页面

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 即使已部署到Heroku,Redis也会继续呼出localhost:6379 - Redis keeps calling out to localhost:6379 even though deployed to Heroku React App 部署的页面看起来与本地主机不同 - React App deployed page looks different from localhost 正确部署了Azure的所有文件,还是看不到网页 - Deployed all the files in Azure correctly but still not able to see webpage 如何跟踪已部署的文件 - How to track deployed files 如何删除已注册的已部署bean - How remove registred,deployed bean 如何在已部署的网站中创建符号链接 - How to make a symlink in a deployed website 使用 Django 创建了网站,但图像在部署到 heroku 时没有显示,但在 localhost 中显示 - Created website using Django, but the images are not showing when deployed to heroku but shows in localhost 在我使用 Heroku 部署 MERN 应用程序后,mongoDB 无法正常工作,而该应用程序在我的本地主机上运行良好 - mongoDB is not working after I deployed my MERN app using Heroku, while the app works fine on my localhost 是否可以替换使用InstallShield 2012部署的文件,而不必打包和重新部署整个应用程序 - Can one replace a file deployed using InstallShield 2012 without having to package and redeploy the whole application 部署到 Heroku 的 Nodejs Ionic-Angular 仅显示后端,而不是启动整个应用程序 - Nodejs Ionic-Angular deployed to Heroku displays only the backend, instead of launching the whole app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM