diff --git a/packages/web-helpers/README.md b/packages/web-helpers/README.md index 05a6f8be..aa712187 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.