Categorygithub.com/axelarnetwork/tm-events
repository
0.0.0-20230704201410-3cf91089034b
Repository: https://github.com/axelarnetwork/tm-events.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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