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
- Host: GitHub
- URL: https://github.com/dashpay/js-dashd-zmq
- Owner: dashpay
- License: mit
- Created: 2020-09-30T16:15:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T20:02:24.000Z (over 2 years ago)
- Last Synced: 2025-04-30T06:45:47.932Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dashevo.github.io/js-dashd-zmq/#/
- Size: 151 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashd ZMQ
[](https://www.npmjs.com/package/@dashevo/dashd-zmq)
[](https://github.com/dashevo/dashd-zmq/actions/workflows/test_and_release.yml)
[](https://github.com/dashevo/js-dashd-zmq/releases/latest)
[](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.