Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 438 Bytes

Python TEE Simulator Template

This is a simple template for a Python application that uses the TEE Simulator SDK.

Getting Started

  1. Run the TEE Remote Attestation Simulator:
docker run --rm -p 8090:8090 phalanetwork/tappd-simulator:latest
  1. Build the python docker container:
docker build -t your-dapp:latest .
  1. Run the docker container:
docker run --rm -p 3000:3000 your-dapp:latest