mirror of
https://github.com/seigler/monitor-dash-address
synced 2025-07-27 00:26:10 +00:00
initial commit
This commit is contained in:
commit
8cc1ca4c36
8 changed files with 7813 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## 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>`:
|
||||
```html
|
||||
<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:
|
||||
```html
|
||||
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>
|
||||
```
|
||||
|
||||
## [Demo](https://seigler.github.io/monitor-dash-address/)
|
Loading…
Add table
Add a link
Reference in a new issue