This is a simple template for a Python application that uses the TEE Simulator SDK.
- Run the TEE Remote Attestation Simulator:
docker run --rm -p 8090:8090 phalanetwork/tappd-simulator:latest
- Build the python docker container:
docker build -t your-dapp:latest .
- Run the docker container:
docker run --rm -p 3000:3000 your-dapp:latest