DOT.Event » Phala Network

The Web3 Infrastructure Beyond Smart Contract

Published date: February 15 2022
Share:

Subtitle: Web3 Infrastructure: Send HTTPS requests in Fat Contract
The development of Web3 and Metaverse raises new requirements on the blockchain infrastructure. A trend of running heavy-weight applications like real-time rendering and game servers on decentralized computing services is emerging.

In this workshop, we show how Phala provides trustless computing service of over tens of thousands of nodes, and present the Fat Contract which intends to serve compute-intensive and low-latency applications which have never been executed on-chain. With its Internet access ability, you are free to utilize any existing Web2 services with tens of lines of contract code, making it a perfect choice to connect the Web2 and Web3 world.

What you need:
A development environment of Rust toolchain is required for this workshop

  • An operating system of macOS or Linux systems like Ubuntu 18.04/20.04

    • For macOS users, we recommend to use the Homebrew package manager to install the dependencies

    • For other Linux distribution users, use the package manager with the system like apt/yum

  • For Fat Contract development, the following toolchains are needed

Source