TEA Party TApp Intro
Last updated
Last updated
We built the TEA Party TApp to show:
What a typical web3 looks like (we call them TApps).
The building blocks of a typical TApp.
How to use Tea Party as a boilerplate to build your own TApps.
The TEA Party TApp is a useful social media application. Users can post messages to a public board as well as send private messages with notifications. See the TEA Party user guide for more information.
In this section, we'll learn the basic workflow between all three tiers: how a user action get processed from the front-end to the state machine layer and back to the user.
In this section, we'll explain how the distributed state machine works, including how it handles consensus among different replicas. Keep reading about the magic of the state machine.
You can learn more about how the WebAssembly code runs inside the mini-runtime by reading about the magic_of_wasm.