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
- Host: GitHub
- URL: https://github.com/streamr-dev/native-ts-integration
- Owner: streamr-dev
- Created: 2024-09-10T11:06:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T07:54:30.000Z (8 months ago)
- Last Synced: 2025-10-20T15:03:03.172Z (3 months ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.