streamr.network Open in urlscan Pro
88.99.137.6  Public Scan

Submitted URL: http://streamr.com/
Effective URL: https://streamr.network/
Submission: On July 26 via api from IL — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="root hs-form">
  <div class="field">
    <div class="input"><input class="hs-input" type="email" name="email" placeholder="Enter your email" autocomplete="email" readonly="" value=""></div>
  </div>
  <div class="hs_submit hs-submit">
    <div class="actions"><input type="submit" class="submitInput" disabled="" value="Subscribe"></div>
  </div>
</form>

Text Content

Top
Discover
Project
Developers
Community
Contact
Documents
Use Core
3906 nodes
91% APY
Discover


TECH AND APPS‌

NetworkDATA TokenData UnionsMarketplace

CASE STUDIES‌

Pave MotorsSwashTraceyMachine Witness
Project

AboutToken MigrationEcosystemPapersRoadmapBlog
Developers

DocsData FundDesign assets
Community

DiscordTwitter

FROM THE BLOG‌

→ The Value of Real-Time Data - 4 Examples of Emerging Opportunities from
Live Data→ Streamr Technical Update, June 2022→ Streamr Round-Up, June 2022
Use Core




STREAMR.
THE DECENTRALIZED
REAL‑TIME DATA NETWORK

Create, share and& consume data streams
on an open, scalable Web3 protocol
with powerful tools for monetization

Explore the Network
Run a node

AS FEATURED ON

 * 
 * 
 * 
 * 
 * 
 * 




WATCH THE INTRO VIDEO

The Streamr Network provides a bulletproof pub-sub data transport
layer that allows you to connect your data to the rest of the world.
Watch for a quick overview of how it works.




POWER YOUR WEB3 STACK
WITH REAL-TIME COMMUNICATION


FAST & SCALABLE

 * Sub-second, ordered message delivery over a peer-to-peer network.
 * Censorship resistant publish/subscribe messaging at massive scale.




SECURE

 * Every message is cryptographically signed and end-to-end encrypted.
 * Leverage composability and control access to your data via smart contracts.




SERVERLESS

 * Runs anywhere JavaScript runs, including the browser.
 * Free to use peer-to-peer architecture.




MONETIZE

 * Sell access to your data streams with composable Marketplace smart contracts.
 * Leverage the Data Union framework to pay your users for providing data.




CONNECT YOUR DATA

 
TO A STREAMR NODE

Bring your data to Streamr in the way that works best for you —
as a JS library within your app, or via MQTT, HTTP or Websocket.

LIGHT NODE (JS)
WEBSOCKET
HTTP
MQTT

Application connects over MQTT to a node
Application connects over HTTP to a node
Application connects over Websocket to a node
JS application imports a light node as a library

1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Use your favourite language and MQTT library!

// Connect to MQTT plugin on your Streamr node
mqtt.connect('mqtt://my-streamr-node')

// Publish a message to a stream
mqtt.publish('mydomain.eth/test', {
    hello: 'world',
})

// Or subscribe to a stream of messages
mqtt.subscribe('mydomain.eth/test', (msg) => {
    // Handle incoming messages
})

1
2
3
4
5
6
7
8
9
10
// Use your favourite language and HTTP library!

// You'll want to URI-encode the stream id
const streamId = encodeURIComponent('mydomain.eth/test')

// Publish messages to a stream by POSTing JSON 
// to the HTTP plugin on your Streamr node
http.post(`http://my-streamr-node:7171/streams/${streamId}`, {
    hello: 'world'
})

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Use your favourite language & Websocket library

// You'll want to URI-encode the stream id
const streamId = encodeURIComponent('mydomain.eth/test')

// Connect to the Websocket plugin on your Streamr 
// node and send JSON messages to publish them
const pub = ws.connect(`ws://my-streamr-node:7170/streams/${streamId}/publish`)
pub.send({
    hello: 'world',
})

// Or subscribe to a stream of messages
const sub = ws.connect(`ws://my-streamr-node:7170/streams/${streamId}/subscribe`)
sub.onmessage = (msg) => {
    // Handle incoming messages
}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Run a Streamr node right inside your JS app
const StreamrClient = require('streamr-client')
const streamr = new StreamrClient({
    auth: {
        privateKey: 'ethereum-private-key'
    }
})

// Publish messages to a stream
streamr.publish('mydomain.eth/test', {
    hello: 'world',
})

// Or subscribe to a stream of messages
streamr.subscribe('mydomain.eth/test', (msg) => {
    // Handle incoming messages
})

Copy


DIVE INTO THE STREAMR DOCS TO LEARN MORE

Get started now


TECH STACK

Streamr is a layer zero protocol for real-time data which powers the
decentralised Streamr pub/sub network. Above it, blockchains are used for
identity, security and payments, currently Ethereum and xDai. On top is the
application layer, including the Data Union framework, Marketplace and Core, and
all third party applications.

Learn more



EXPLORE STREAMS

Real-time data streams are the atomic units of the
Streamr network.
Each stream uses an Ethereum
address or ENS name as its primary
domain.
Explore a few public examples below, via the
Network
Explorer or simply view their live data.


streamr.eth/demos/helsinki-trams
Live GPS location data from trams in Helsinki, Finland
Just now

binance-streamr.eth/DATAUSDT/ticker
Ticker of DATA against USDT on Binance
Just now

streamr.eth/demos/twitter/sample
A realtime sample across all tweets
Just now

streamr.eth/metrics/network/sec
Aggregated metrics from Streamr Network
Just now



DISCOVER THE STREAMR APPLICATION LAYER

Truly decentralised innovation with real-time data applications is enabled
by Streamr's P2P network and companion blockchain settlement layer.


DATA UNIONS

Framework to incentivize the
creation of crowdsourced data.

Learn more




MARKETPLACE

Monetize your real-time data.
Build and publish in Core.

Learn more•Visit app




CORE APP

Connect your wallet to create
and manage your streams.

Learn more•Visit app




NETWORK EXPLORER

Explore live metrics for nodes
and streams on the Network.

Visit app



BUILD WITH THE
STREAMR STACK


START BUILDING

Whether you want to build a Data Union or get an unstoppable network for your
decentralised messaging app data, Streamr offers solutions for many use cases.
Jump into the docs and see what you can build today.

Get started



RUN A NODE

The Brubeck milestone allows anyone to run a network node. Full tokenomics don't
activate until the next milestone, but Brubeck still allows node operators to
earn $DATA. If you're running your own app on Streamr, or you just want to help
secure the network, dive in and check it out.

Streamr docs



GET FUNDED

The Data Fund exists to incentivize the Streamr builder ecosystem. With grants
up to $50k, it can help to transform your real-time data idea into a built
project. Check out the application page or drop by our Discord for any
questions.

Apply now



PROJECTS BUILT ON STREAMR




BUILT ON STREAMR


PAVE MOTORS

Pave are building radically simple electric bikes, and rethinking how to move
people and their data. From ERC-721 tokens for ownership and bike sharing to
light nodes moving metrics on the Streamr Network and unlocking data
monetisation for owners, Pave and Streamr are creating the future of personal
transport.

Read more


SWASH

A browser extension called Swash has become the world's first digital Data
Union. Introduced at Mozfest in London in October 2019, Swash allows users to
capture their browsing data, and then sell it in real-time via a Data Union on
the data Marketplace, with one‑to‑many micropayments.

Read more


TRACEY

A partnership between The World Wide Fund for Nature (WWF) Philippines,
UnionBank and Streamr's consultancy partner TX is working on Tracey, an app
for fishermen that will use blockchain for documenting and verifying catch and
traceability data. The provided data can then be used by financial institutions
such as UnionBank to conduct credit assessments to be able to provide micro
loans to the fishermen.

Read more


MACHINE WITNESS

As part of the The Trusted IoT Alliance (TIoTA)’s Smart E-Mobility Challenge,
Streamr partnered with Bosch Software Innovations and Riddle & Code, on a pilot
project that gathered a range of electric vehicle data and shared it openly in
real-time. The project was awarded a Silver medal at the TioTA awards.

Read more



THE DATA TOKEN

 * 24H
 * 1W
 * 1M
 * 1Y
 * ALL


Migrate to the new DATA token


DATA/USD
$0.0307
24h volume/USD
$1,467,783
Market cap/USD
$21,430,475
Migrate to the new DATA token


The DATA token is an ERC-20 token that is used for project governance, to
incentivize the Network, delegating stake on broker nodes, and for payments on
the Marketplace. It is trading on Uniswap and a range of centralized exchanges.
Check out a project profile, Coinmarketcap listing or the token contract.Explore
Tokenomics


STREAMR ECOSYSTEM

Streamr collaborates with a number of other organisations in all kinds of ways.
Explore a few of our collaborations below or see the full Ecosystem on the
dedicated page.

Explore a few of our collaborations below or see the full Ecosystem on the
dedicated page.

Explore Ecosystem

ATARCA

Atarca is a consortium awarded €2.75m by the EU in a competitive bidding process
to research anti-rival tokens, a kind of token designed to increase in value
when shared.

→ Visit Atarca

BOSCH

Bosch Software Innovations partnered with Streamr to deliver a pilot project
that gathered a range of electric vehicle data from a Jaguar I-PACE and shared
it openly in real-time to a Data Product on the Streamr Marketplace.

→ Visit Bosch

ATOS

Coordinator of the EU Horizon 2020 project KRAKEN. Atos is a large multinational
IT service and consulting company working on integration of a self-sovereign
identity solution with the KRAKEN data marketplace to be built on the Streamr
Stack.

→ Visit Atos

LYNKEUS

Consortium members of the KRAKEN project. Lynkeus are integrating their
blockchain-enabled MyHealthMyData system with the Streamr tech stack to power a
GDPR-compliant biomedical and wellness data marketplace.

→ Visit Lynkeus

WWF

WWF are co-founders of the Tracey project. They are providing access to two
Fisheries Improvements project sites where pilots will be performed using the
Tracey application. Other WWF activities include community engagement,
on-boarding to the app, expert fisheries knowledge and access to global markets
such as major retail chains.

→ Visit WWF Phillipines

UNION BANK

Partners in the Tracey fisheries tracing & microloans project. UnionBank are
providing crypto wallets, micro-loan assessments and delivery.

→ Visit Union Bank

PAVE MOTORS

Pave is building lightweight electric bikes unlocked with ERC-721 tokens, with
each bike relaying its metrics data via the Streamr Network, offering a new
decentralized business model for mobility.

→ Visit Pave Motors

MAT

The World's first mobility Data Union powered by its drivers and passengers.
MAT, a mobility as a service (MaaS) platform, allows users to monetize their
daily commute and closes the gap of crypto ownership.

→ Visit MAT

ATARCA

Atarca is a consortium awarded €2.75m by the EU in a competitive bidding process
to research anti-rival tokens, a kind of token designed to increase in value
when shared.

→ Visit Atarca

BOSCH

Bosch Software Innovations partnered with Streamr to deliver a pilot project
that gathered a range of electric vehicle data from a Jaguar I-PACE and shared
it openly in real-time to a Data Product on the Streamr Marketplace.

→ Visit Bosch

HPE

Streamr's partnership with HPE saw realtime vehicle data integrated to the
Streamr Marketplace. HPE collected information in realtime from the
communications “bus” in the car, including fuel consumption and location, to
acceleration and gearing, which was then sent straight to the Streamr platform.

→ Visit HPE

WWF

WWF are co-founders of the Tracey project. They are providing access to two
Fisheries Improvements project sites where pilots will be performed using the
Tracey application. Other WWF activities include community engagement,
on-boarding to the app, expert fisheries knowledge and access to global markets
such as major retail chains.

→ Visit WWF Phillipines

ATOS

Coordinator of the EU Horizon 2020 project KRAKEN. Atos is a large multinational
IT service and consulting company working on integration of a self-sovereign
identity solution with the KRAKEN data marketplace to be built on the Streamr
Stack.

→ Visit Atos

LYNKEUS

Consortium members of the KRAKEN project. Lynkeus are integrating their
blockchain-enabled MyHealthMyData system with the Streamr tech stack to power a
GDPR-compliant biomedical and wellness data marketplace.

→ Visit Lynkeus

UNION BANK

Partners in the Tracey fisheries tracing & microloans project. UnionBank are
providing crypto wallets, micro-loan assessments and delivery.

→ Visit Union Bank

TX

A subsidiary of Streamr AG, who provide consulting and development services to
anyone building on the Streamr tech stack. Typically they will deliver any
external technical projects like pilots or partnerships.

→ Visit TX

SWASH

The world's first Data Union, Swash allows its users to get paid in crypto to
browse the web. They have seed funding from Outlier Ventures.

→ Visit Swash

API3

API3 enables blockchain native, decentralized APIs. Streamr is to participate in
the governance of the API3 DAO. It will integrate with the API3 platform to
provide data streams to their protocol.

→ Visit API3


NEWS AND DEV UPDATES


THE VALUE OF REAL-TIME DATA - 4 EXAMPLES OF EMERGING OPPORTUNITIES FROM
LIVE DATA

The world has woken up to the potential in the data it generated every day. But
a still underappreciated attribute is that of real-time data.



Tom Hamilton


STREAMR TECHNICAL UPDATE, JUNE 2022

Let’s take a look at what’s been happening on the Streamr network and
application layers in the past few weeks!



Tom Hamilton


STREAMR ROUND-UP, JUNE 2022

Let’s take a look at what’s been happening at Streamr in June, starting with
Henri Pihkala’s summary of the month’s activities.



Tom Hamilton


WINNERS OF THE STREAMR NETWORK BONUS REWARDS CONTEST: ROUND TWO!

It’s possible for almost any device with a stable internet connection to run a
node and stake in the decentralized Streamr Network.



Tom Hamilton

 * * Discover
   * Network
   * DATA Token
   * Data Unions
   * Marketplace
 * * Project
   * About
   * Roadmap
   * Ecosystem
   * Papers
   * Blog
 * * Developers
   * Docs
   * Data Fund
   * Design Assets
 * * Apps
   * Network Explorer
   * Marketplace
   * Core
 * * Contact
   * General
   * Media
   * Jobs
   * Business
 * * Legal
   * Terms & Conditions
   * Privacy

 * GitHub
 * Discord
 * Twitter
 * Reddit
 * Trello
 * Youtube
 * Medium
 * LinkedIn

Subscribe to the Streamr newsletterSubscribe to the newsletter



THANK YOU

Your subscription has been confirmed. You’ve been added to our list, and the
next Packet Switch newsletter will be on its way to you soon.