Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-helpers: update readme #105

Merged
merged 2 commits into from Jun 13, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

@@ -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.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.