Rust Bitcoin Core ZMQ Subscriber
Usage example
For more examples, have a look in the examples directory.
Testing
Tests run on every push and pull request. Integration tests use the latest version of the 3 most recent major Bitcoin Core versions, see integration_tests.yml.
Useful resources
TODO:
- This README
- Message test
- SequenceMessage itest
- Easy addEventListener like functionality with help of the
getzmqnotifications
rpc (bitcoincore-rpc PR: #295) - raw messages
- zmq publisher
- async I/O (pr)