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

https://github.com/streamr-dev/native-ts-integration

Integration testing between native-sdk and the typescript implementation
https://github.com/streamr-dev/native-ts-integration

Last synced: 17 days ago
JSON representation

Integration testing between native-sdk and the typescript implementation

Awesome Lists containing this project

README

          

# native-ts-integration

## Install

`./install.sh`

`npm i`

`npm run build`

## Run subscriber

`node dist/subscriber.js `

The node runs with the following PeerDescriptor:

```
{
nodeId: hexToBinary('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'),
type: NodeType.NODEJS,
websocket: {
host: '127.0.0.1',
port: 44211,
tls: false
}
}
```

The Node outputs ´Ready to receive messages´ once it is ready.