Skip to content

Phala-Network/python-tee-sim-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published