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.examplefile and name the file:.envand 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.