An open API service indexing awesome lists of open source software.

https://github.com/dashpay/js-dashd-zmq

JS implementation of a ZMQClient for dashd
https://github.com/dashpay/js-dashd-zmq

Last synced: 8 months ago
JSON representation

JS implementation of a ZMQClient for dashd

Awesome Lists containing this project

README

          

# Dashd ZMQ

[![NPM Version](https://img.shields.io/npm/v/@dashevo/dashd-zmq)](https://www.npmjs.com/package/@dashevo/dashd-zmq)
[![Build Status](https://github.com/dashevo/dashd-zmq/actions/workflows/test_and_release.yml/badge.svg)](https://github.com/dashevo/dashd-zmq/actions/workflows/test_and_release.yml)
[![Release Date](https://img.shields.io/github/release-date/dashevo/js-dashd-zmq)](https://github.com/dashevo/js-dashd-zmq/releases/latest)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen)](https://github.com/RichardLitt/standard-readme)

Dash Client Library to connect and subscribe to Dash Core (dashd)'s ZMQ topics

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Install

```sh
npm install @dashevo/dashd-zmq
```

## Usage

```sh
npm start
```

## Documentation

You can see some [Examples here](https://dashevo.github.io/js-dashd-zmq/#/usage/examples).

More [extensive documentation is available here](https://dashevo.github.io/js-dashd-zmq).

## Maintainers

Wallet-Lib is maintained by the [Dash Core Developers](https://www.github.com/dashevo).
We want to thank all members of the community that have submitted suggestions, issues and pull requests.

## Contributing

Feel free to dive in! [Open an issue](https://github.com/dashevo/js-dashd-zmq/issues/new) or submit PRs.

## License

[MIT](LICENSE) © Dash Core Group, Inc.