monitor-dash-address/README.md
2020-01-30 18:09:55 -05:00

600 B

Summary

This is a web widget which will connect to the Dash Insight server and monitor for transactions to addresses specified in an HTML page.

Usage

In an HTML page, add this to the <head>:

<script src="https://seigler.github.io/monitor-dash-address/index.js"></script>
<link rel="stylesheet" href="https://seigler.github.io/monitor-dash-address/styles.css">

...and add this in the page where you want an address to be monitored:

<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>

Demo