Skip to content

Commit

Permalink
docs: update docs for webui
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Mar 21, 2022
1 parent 869e18e commit ad22f75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -147,6 +147,13 @@ curl -H "Accept: application/json" http://127.0.0.1:55006/application/active
# Web API
A restful json api is exposed by default on the local interface, allowing you to build web applications that visualize requests, blocks and the cache. [reaper](https://github.com/looterz/reaper) is the default grimd web frontend.


If you want to enable the default dashboard, make sure the configuration file contains the following:

```toml
dashboard = true
```

![reaper-example](http://i.imgur.com/oXLtqSz.png)

# Speed
Expand Down

0 comments on commit ad22f75

Please sign in to comment.