简体   繁体   中英

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

Ganache GUI is an excellent way to see transactions, events and more

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 help page on this specific topic

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM