https://github.com/andrewwhitehead/indy-zmq
https://github.com/andrewwhitehead/indy-zmq
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewwhitehead/indy-zmq
- Owner: andrewwhitehead
- Created: 2022-06-07T17:58:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T18:10:55.000Z (about 3 years ago)
- Last Synced: 2025-01-11T22:13:40.827Z (5 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Indy ZMQ tools
**Sample commands:**
Run a client request against a Node or pseudo-Node server:
```py
python -m indy_zmq client
```The host, port, and verkey correspond to the `client_ip`, `client_port`, and `dest` attributes in the pool genesis transactions. The client request is a basic `GET_TXN` for the first ledger transaction.
Run a pseudo Node server (testing native Python zmq server):
```py
python -m indy_zmq server 0.0.0.0 9702
```Run a pseudo Node server (using Plenum):
```py
python node.py
```