@streamr/network-node
v8.5.5
Published
Minimal and extendable implementation of the Streamr Network network node
Downloads
7,770
Maintainers
Keywords
Readme
@streamr/network-node
A bare minimum operational Streamr Network node implementation that can be further extended by the user.
Used by package streamr-client
as the main building block for publishing and subscribing to stream partitions.
Install
npm install @streamr/network-node
Develop
Adjust log level of node-datachannel
NODE_DATACHANNEL_LOG_LEVEL=[Verbose|Debug|Info|Warning|Error|Fatal]
Regenerate self-signed certificate fixture
To regenerate self signed certificate in ./test/fixtures
run:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 36500 -nodes -subj "/CN=localhost"