Introduction
Developing Truebit Tasks
Truebit Verify is designed to be an easy-to-use and flexible platform for you to host and run verified, decentralized code.
That said, you may need to think a bit differently about how to design functions that are optimized and decentralized networks. We highlight some key concepts including determinism and the WASM sandbox to get you started.
Within each section, there are some simple examples of Truebit Tasks to help you become familiar with the platform.
Function Tasks
Serverless function code modules that are compiled to WASM, then executed and verified on Truebit Verify Nodes.
You develop the function code in one of the supported languages and then use the Truebit CLI to build, test, and deploy your code to the Truebit platform.
API Tasks
Verified calls to any web services API endpoint using TEE technology.
You create an OpenAPI manifest file that describes different endpoints, then use the Truebit CLI to test and deploy your code to the Truebit platform.
Last updated
Was this helpful?