Skip to content

axelarnetwork/tm-events

Repository files navigation

⚠️⚠️⚠️ 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