Consensys / quorum-explorer

A light-weight front-end explorer for Besu and GoQuorum to visualise private networks and deploy smart contracts
Apache License 2.0
27 stars 36 forks source link

Not found contract after refresh #35

Closed owyah closed 1 year ago

owyah commented 2 years ago

I have been created custom smart contract inside Contract menu. When I refres the page, the deployed smart contract is not showing up. How to find existing/deployed smart contract?

Ezzahhh commented 2 years ago

Currently, the app will not save the contract addresses when you navigate off the page so each time you return to the contracts page you must redeploy the contracts to interact with them. I think adding support for interacting with an existing contract and saving the contract addresses after deployment is a good idea.

joshuafernandes commented 1 year ago

Closing inactive issue