Getting Started
Last updated
Last updated
COPYRIGHT ยฉ 2024 PHALA.LTD ALL RIGHTS RESERVED. May Phala be with you!
There are a couple ways to get started building with Dstack.
Start from Scratch
Build from a Template
Before diving into the these steps, lets take a look at the requirements needed to build on Dstack.
Docker(Docker Desktop or OrbStack): Dstack supports the deployment of ANY Docker images. Check out how to build & publish to Docker Hub (i.e. Docker Tutorial)
With full Docker support, you can build in ANY language you prefer. We have built out an SDK to make it easy for TypeScript/JavaScript and Python programs to call the Dstack SDK functions, but this can be done for ANY programming language.
Check the code to see how the RPC calls are constructed
For deployment on Real TEE Server, must publish docker image with OS/arch linux/amd64
. For local TEE simulator, you can build in ANY OS/arch since they won't be running on real TEE hardware.
Start From Scratch
Build From Template