You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the core features missing from the VSCode extension is very likely the ability to inspect account storage & more broadly block explorer features (i.e. events, transaction statuses, deployed contracts).
(Optional): Suggest A Solution
While an account storage solution could likely be built from scratch, I believe it would be very valuable to leverage a community tool, Flowser to potentially solve this issue. It's not terribly difficult to do right now from the flow-cli (i.e. flow flowser), however putting this tool in the VSCode preconfigured with the correct emulator ports, etc. would better surface this tool as well as allow the developer to move between their code and block explorer very seamlessly.
The text was updated successfully, but these errors were encountered:
Issue To Be Solved
One of the core features missing from the VSCode extension is very likely the ability to inspect account storage & more broadly block explorer features (i.e. events, transaction statuses, deployed contracts).
(Optional): Suggest A Solution
While an account storage solution could likely be built from scratch, I believe it would be very valuable to leverage a community tool, Flowser to potentially solve this issue. It's not terribly difficult to do right now from the flow-cli (i.e.
flow flowser
), however putting this tool in the VSCode preconfigured with the correct emulator ports, etc. would better surface this tool as well as allow the developer to move between their code and block explorer very seamlessly.The text was updated successfully, but these errors were encountered: