iotexproject/w3bstream

GitHub: iotexproject/w3bstream

Stars: 42 | Forks: 19

# W3bstream ## Overview

**Sequencer nodes** assemble received data messages with a “block header” that (among other things) references the previous block of data. Each block of data is mined using a proof-of-work mechanism and is then assigned as a Task to a Prover node that is available for data computation. Sequencer nodes receive rewards in IOTX for the mining activity. **Prover nodes** fetch their tasks and process the task data to generate Zero-Knowledge (ZK) proofs, using circuits that are specific to the DePIN project associated with the data. Prover nodes will receive rewards denominated in the token of the DePIN project for which the proof was generated. The chain of tasks and their ZK-proofs are recorded **on the IoTeX blockchain**, making them accessible for dApps. The actual data, uniquely referenced by the on-chain tasks, remains available for full off-chain verification. This architecture ensures secure, reliable, and scalable data processing, allowing DePIN dApps to act on verified real-world facts to trigger blockchain-based incentives. ## Getting Started ### For Embedded Developers [ioID-SDK](https://github.com/iotexproject/ioID-SDK) repo provides SDK for DePIN hardwares to connect W3bstream and IoTeX ecosystem ### For Project Builders [Build a custom zk prover for W3bstream](./docs/DEVELOPER_GUIDE.md) [Deploy the zk prover to W3bstream](./docs/QUICK_START.md) ### For Node Operators ### For Module Integrators