Skip to content

SongjamSpace/voice-vault-tee-py

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