Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1 KB

README.md

File metadata and controls

20 lines (13 loc) · 1 KB

Rvnquery examples for Rvnsocket

You can try the examples by going to rvnsocket explorer and copy and pasting the example JSON below

1. Basic

Basic rvnsocket examples

Incoming address: watch for a transfer from certain address Monitor coinbase: Only monitor coinbase transactions OUTPUT ASM Stream: Monitor full filehose and emit output array in ASM format Raw Stream: The entire rvnsocket firehose, raw. Input/Output ASM stream: Monitor firehose and emit input AND output arrays in ASM format. Transaction Graph stream: Monitor full firehose and emit a transaction graph as event for each transaction Transaction ID + Explorer URL stream: Monitor full firehose and emit a custom object made up of transaction id and block explorer urls

2. Apps

TBD (Feel free to add your own)