From 1ac2cf4d32afc2b3a6e6f2f812c8779183f17d58 Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Wed, 12 Jun 2019 17:46:58 -0700 Subject: [PATCH 1/2] update and fix readme to be accurate --- packages/web-helpers/README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/packages/web-helpers/README.md b/packages/web-helpers/README.md index 05a6f8be..4aedc471 100644 --- a/packages/web-helpers/README.md +++ b/packages/web-helpers/README.md @@ -4,21 +4,11 @@ Quick and simple web tools for checking Kosu network status, and interacting wit In the future, may be expanded for other network stats and utilities. -## Design - -Opens a WebSocket connection to the ABCI server, where it subscribes to `NewBlock` events, and updates height accordingly in the HTML page. - -_More coming soon._ - ## Develop Run a local static server with build files: ```bash -# directly -$ ./scripts/dev.sh - -# with yarn yarn develop ``` @@ -27,16 +17,11 @@ yarn develop Deploy client files to static site: ```bash -# directly -$ ./scripts/deploy.sh - -# with yarn yarn deploy ``` -View live changes at [`https://status.orderstream.network/`](https://status.orderstream.network/) +View live changes at [`https://portal.kosu.io/`](https://portal.kosu.io/) ## Notes -- Currently only supports one node (height and order-counter only) -- Plans to add other stats as well +- Currently only supports the Kosu contract system, as the node is under construction. From 4f267c839e3cf71a539a5112c08c9b2bd9d45b01 Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Wed, 12 Jun 2019 17:48:29 -0700 Subject: [PATCH 2/2] running prettier --- packages/web-helpers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-helpers/README.md b/packages/web-helpers/README.md index 4aedc471..aa712187 100644 --- a/packages/web-helpers/README.md +++ b/packages/web-helpers/README.md @@ -24,4 +24,4 @@ View live changes at [`https://portal.kosu.io/`](https://portal.kosu.io/) ## Notes -- Currently only supports the Kosu contract system, as the node is under construction. +- Currently only supports the Kosu contract system, as the node is under construction.