trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.62k stars 678 forks source link

How to access admin site of ganache? #4062

Closed pzg250 closed 1 year ago

pzg250 commented 1 year ago

After install ganache docker image and run, I can see it runs on 8545 port. It will shows 404 error when I tried to access it by browser. (localhost:8545)

Anyone can help? thx

davidmurdoch commented 1 year ago

The docker image doesn't have a UI to access. It is a node simulator only. We may add that feature in the future.

pzg250 commented 1 year ago

thanks