← Back to home

Pod Protocol

TypeScriptGraphQL

Pod Protocol: decentralized serverless functions and graph databases

Screenshots

Pod Protocol screenshot 1
Pod Protocol screenshot 2
Pod Protocol screenshot 3
Pod Protocol screenshot 4

Problem Statement

Pod Protocol provides decentralized Serverless Functions, traceable data and GraphQL query services. The most important thing is: this is all done without Gas, so Pod can handle things that are inconvenient in the chain very well. WASM enables trusted functions to run on decentralized nodes. Pod Protocol implements a traceable logging chain through the addition of logs and IPLDs only, which can be used to build traceable data between nodes by continuously querying the history through the IPLDs, and can replace consensus between nodes. Data can also be easily queried via GraphQL.

Solution

Build: compile functions into WASM using AssemblyScript (looks similar to TypeScript) and upload it to IPFS with a configuration file, the CID is the Pod idDeploy: submit the Pod id to the node to complete the deploymentCall: The user sends the command to the node, which checks the input command and runs it through the WASM virtual machine. If it executes successfully, the node will store the command log as a chain via IPLD. If the execution fails, the data will be rolled back. Other nodes can trace back all the way to the beginning CID based on the last CID and complete the data constructionQuery: querying the stored data via GraphQL

Hackathon

HackFS 2022

2022

Contributors