From e2d4a71c2db298aeffcba8906eb8ea53ac9015fd Mon Sep 17 00:00:00 2001 From: Michael Feng Date: Tue, 21 Jun 2022 16:59:18 -0700 Subject: [PATCH] more edits --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 85a1683..ac92542 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # Hummingbot StreamLit Apps -Collection of Hummingbot-related data apps and dashboards, built using [StreamList](https://streamlit.io/). +Collection of Hummingbot-related data apps and dashboards, built using [StreamLit](https://streamlit.io/). -This repository is maintained by the Hummingbot Foundation to help users of [Hummingbot](https://github.com/hummingbot/hummingbot), the open source framework for building high-frequency crypto trading bots. +This repository is maintained by Hummingbot Foundation as a companion for users of [Hummingbot](https://github.com/hummingbot/hummingbot), the open source framework for building high-frequency crypto trading bots. -**Getting started video**: https://www.loom.com/share/72d05bcbaf4048a399e3f9247d756a63 +### Getting Started Video -**Deployed Apps**: https://share.streamlit.io/hummingbot/streamlit-apps/main/%F0%9F%9A%80_Home.py +https://www.loom.com/share/72d05bcbaf4048a399e3f9247d756a63 -## Data Apps +### Deployed Apps + +https://share.streamlit.io/hummingbot/streamlit-apps/main/%F0%9F%9A%80_Home.py + +## Current Data Apps Here are the current data apps in the collection: @@ -18,7 +22,7 @@ Visualize the bid-ask spread and volume of different tokens across the crypto ex ### Hummingbot DB -Drop a SQLite database file for a specific strategy configuration, so that you can inspect and analyze the trade data. +Drop a SQLite trades file for a specific strategy configuration, so that you can inspect and analyze the trade data. **How to find**: These files are located in the `/data` folder in Hummingbot, and are named `.sqlite`. @@ -34,4 +38,6 @@ More info coming soon. ## Contributions -We welcome contributions by the community. To submit a contribution, issue a pull request and follow the general guidelines listed at https://hummingbot.org/developers/contributions. +We welcome new data apps, bug fixes, and improvements by the community! + +To submit a contribution, issue a pull request and follow the general guidelines listed at https://hummingbot.org/developers/contributions.