📄️ Authenticate
In Streamr, Ethereum accounts are used for identity. You can generate an Ethereum private key using any Ethereum wallet, or you can use the utility function StreamrClient.generateEthereumAccount(), which returns the address and private key of a fresh Ethereum account. A private key is not required if you are only subscribing to public streams on the Network.
📄️ 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.