/iota-zmq-events-proposal

A sample project to demonstrate publishing and subscribing to zmq events from IOTA node software.

Primary LanguageJavaScript

This is a sample project to demonstrate publishing and subscribing to zmq events from IOTA node software.

To run:

  1. Install node modules

    npm install
    
  2. Run publisher

    node publisher.js
    
  3. Run subscriber

    node subscriber.js