![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
indy-request
Advanced tools
Make requests to Indy (i.e. Sovrin) nodes using node.js
let IndyReq = require('indy-request')
let node = IndyReq({
host: '127.0.0.1',
port: 9702,
serverKey: bs58.decode('HXrfcFWDjWusENBoXhV8mARzq51f1npWYWaA1GzfeMDG')
})
let response = await node.send({
operation: {
type: IndyReq.type.GET_TXN + '',
ledgerId: 1,
data: 9
},
identifier: 'MSjKTWkPLtYoPEaTF1TUDb',
protocolVersion: 2
})
console.log(response)
conf.host
the host string i.e. 10.0.0.2
conf.port
the port of the indy node you want to connect toconf.serverKey
the Buffer of the node's curve25519 keyconf.timeout
(optional) how long to wait for responses in ms. Default is 1min.Send a request to the server. This will set a reqId
for you and track it. This returns a promise that will resolve when the response is recieved.
Send a ping to the indy node
This closes the zeromq socket. Any pending requests that have not yet been resolved will be rejected with a 'Closed'
error.
When an error not tied to any known request occurs.
When a pong is recieved from the indy node.
When node.close() is called.
MIT
FAQs
Make requests to Indy (i.e. Sovrin) nodes
The npm package indy-request receives a total of 3 weekly downloads. As such, indy-request popularity was classified as not popular.
We found that indy-request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.