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
{{ message }}
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
A simple web based debugger panel ( include in all starter project by default), this panel I is hidden by default but can be easily turned on (by a float icon or in JS console). Maybe this can be a stand along repo, since it might be useful in other place as well.
Panel display a few important debug information:
chain endpoint its connecting to
chain connection status (red, green)
link to chain's web console, block explorer
a simple web based wallet (if we support this eventually) so user don't have to do it all with ABT Wallet app for debugging.
The text was updated successfully, but these errors were encountered:
Inspired by Django Debug Toolbar: https://github.com/jazzband/django-debug-toolbar
A simple web based debugger panel ( include in all starter project by default), this panel I is hidden by default but can be easily turned on (by a float icon or in JS console). Maybe this can be a stand along repo, since it might be useful in other place as well.
Panel display a few important debug information:
The text was updated successfully, but these errors were encountered: