mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
31 lines
813 B
ReStructuredText
31 lines
813 B
ReStructuredText
Dashboard
|
|
=========
|
|
|
|
Embark 2 comes with a terminal dashboard.
|
|
|
|
.. figure:: http://i.imgur.com/s4OQZpu.jpg
|
|
:alt: Dashboard
|
|
|
|
Dashboard
|
|
|
|
The dashboard will tell you the state of your contracts, the enviroment
|
|
you are using, and what embark is doing at the moment.
|
|
|
|
**available services**
|
|
|
|
Available Services will display the services available to your dapp in
|
|
green, if one of these is down then it will be displayed in red.
|
|
|
|
**logs and console**
|
|
|
|
There is a console at the bottom which can be used to interact with
|
|
contracts or with embark itself. type ``help`` to see a list of
|
|
available commands, more commands will be added with each version of
|
|
Embark.
|
|
|
|
**without the dashboard**
|
|
|
|
if you prefer to only see the logs, you can disable the dashboard with the
|
|
nodashboard option ``embark run --nodashboard``
|
|
|