W3bStream is a general framework for connecting data generated by devices and machines in the physical world to the blockchain world. In a nutshell, W3bStream uses the IoTeX blockchain to orchestrate a decentralized network of gateways (i.e., W3bStream nodes) that streams encrypted data from IoT devices and machines and generates proofs of real-world facts to different blockchains. An overview graphic of W3bstream is
Please visit https://docs.w3bstream.com/.
Interested in contributing to the doc? Please edit on Github
Check it out here w3bstream-studio.
Make a path for w3bstream node. In the path, run the following command
curl https://raw.githubusercontent.com/machinefi/w3bstream/main/docker-compose.yaml > docker-compose.yaml
Edit the config in the yaml
file if needed. Then run
docker-compose -p w3bstream -f ./docker-compose.yaml up -d
Your node should be up and running.
Please note: the docker images are hosted at GitHub Docker Registry
If you are interested in diving into the code and run the node using a locally built docker, here is the steps of building the docker image from code.
make build_backend_image
make run_docker
make stop_docker
make drop_docker
Please refer to HOWTO.md for more details.
- Android: https://github.com/machinefi/w3bstream-android-sdk
- iOS: https://github.com/machinefi/w3bstream-ios-sdk
- Embedded: Coming soon!
- Golang: https://github.com/machinefi/w3bstream-wasm-golang-sdk
- AssemblyScript: https://github.com/machinefi/w3bstream-wasm-ts-sdk
- Rust: Coming soon!
Learning how to get started with W3bstream? Here is a quick get-start example: https://github.com/machinefi/get-started
More code examples: https://github.com/machinefi/w3bstream-examples
Step-by-step tutorials can be found on dev portal: https://developers.iotex.io/
- Developer portal: https://developers.iotex.io/
- Developer Discord (join #w3bstream channel): https://w3bstream.com/discord