Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 490 Bytes

⚠️⚠️⚠️ WORK IN PROGRESS ⚠️⚠️⚠️

tm-events

This repository provides:

  • a library for robust Tendermint event subscriptions that can guarantee events won't be missed and subscriptions won't be dropped
  • easy query creation and event filters
  • a shell tool to wait for specified events before continuing execution

Build

Install libzmq. On Mac OS, do

brew install zmq

To build the tmprc tool,

make build