mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
11 lines
535 B
Markdown
11 lines
535 B
Markdown
This simple project uses the Insight API and Web Sockets to stream transactions from the Dash blockchain as they are broadcast.
|
|
|
|
[See it in action!](https://seigler.github.io/dash-visualizer)
|
|
|
|
## Development
|
|
`npm install` or `yarn`
|
|
|
|
**Commands: (`npm run <command>` or `yarn <command>`)**
|
|
* `build` - Build the site to the `public` directory
|
|
* `watch` - Build the site, watch for changes, and serve it at http://localhost:3333/
|
|
* `deploy` - Build the site to the `public` directory, then push that directory to the Github Pages branch
|