UNPKG

insight-explorer

Version:

Easily retreive information about transactions and addresses from any insight api explorer

7 lines (5 loc) 165 B
var Insight = require("../lib").Insight; var explorer = new Insight("https://bitsight.mk1.alexandria.io/api") explorer.onTX((message) => { console.log(message) })