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: 21 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T07:54:30.000Z (about 1 year ago)
- Last Synced: 2026-05-24T03:32:18.011Z (21 days ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 0
- Watchers: 3
- 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.