This miniDApp shows the current status of the network and other general information from your node. This app requires WRITE access.
- Please copy the
.env.example
file and name the file:.env
and fill out the following variables:
VITE_DEBUG_HOST=
VITE_DEBUG_MDS_PORT=
VITE_DEBUG_UID=
- Install by running
yarn install
- Run the application by running
yarn run dev
Alternatively, run npm run zip
and then install the mds zip file in the root folder.