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 for verification and decentralized networks. We highlight some key concepts including determinism and the WASM sandbox to get you started.
We also have provided 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 Verify compute network.
API Tasks
Verified calls to any web services API endpoint.
You create an OpenAPI manifest file that describes the HTTPS endpoint, then use the Truebit CLI to test and deploy your code to the Truebit Verify compute network.
Quick access to
Last updated
Was this helpful?