Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create w3bstream.md #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions showcase/w3bstream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: IoTeX / W3bstream
logo_url: https://i.imgur.com/9tIj4vV.jpeg
source_url: https://github.com/machinefi/w3bstream
website: https://w3bstream.com/
description: W3bStream is a layer-2, decentralized computational network for connecting data generated by devices and machines in the physical world to blockchain application. W3bStream uses WebAssembly to process machine data and generate verifiable proofs of real-world facts to different blockchains.
keywords: assembly script assemblyscript block chain blockchain crypto currency cryptocurrency smart contract decentralize
---

W3bstream is a public Layer-2 infrastructure for builing decentralized applications based on data from the physical world, using a WebAssembly VM as the data processing and proof generation engine.

![w3bstream applet walkthrough](https://i.ibb.co/bzFS52Q/Dev-Portal-Video.gif)

W3bstream uses AssemblyScript as it's language of choice for writing the machine data logic. You can try it out at [W3bstream Studio](https://devnet.w3bstream.com/). They chose to use WebAssembly mostly fo the security and isolation it provides between different modules belonging to different projects.

# Additonal Resources

- [W3bstream intro video]([https://youtu.be/s6-DtXFLeyE](https://docs.w3bstream.com/introduction/readme))
- [W3bstream Quick Start](https://docs.w3bstream.com/get-started/deploying-an-applet)
- [Developers Portal](https://developers.iotex.io)
- [Developers Community](https://iotex.io/devdiscord)