A watcher script for the hive backed podping network. (Javascript)
Uses @hiveio/dhive to communicate with the Hive blockchain.
- Add
hive-watcher.js
andindex.html
to a web server- Ex using node:
- Run
npm install http-server -g
- Run
http-server
- Will start a server at
http://localhost:8080/
by default
- Will start a server at
- Run
- Ex using Python:
- Run
python -m http.server
- Will start a server at
http://localhost:8000
by default
- Run
- Ex using node:
- Open
index.html
in a web browser. Podpings will be added to list as they are received.