📄️ Identity
In Streamr, cryptographic keys are used to establish secure identity. The keys are used to sign data when interacting with the Network, for example signing messages when publishing them to a stream, or signing on-chain transactions when creating or managing a stream. Access control works by assigning verifiable permissions to these identities.
📄️ Streamr CLI tool
The Streamr Command line (CLI) tool is for interacting with the Streamr Network. Available on NPM, @streamr/cli-tools.
🗃️ Streams
10 items
🗃️ Streamr SDK
3 items
🗃️ Connect apps & IOT
2 items
📄️ Streamr config
Whether you're developing an application in the browser, in NodeJS, or any other development environment, there will often be a need to configure the Streamr Node, or Streamr SDK to match your use case. Configuration changes are made through either the Streamr SDK constructor, or the Streamr config file.