Skip to content

Phala-Network/nextjs-viem-tee-sim-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js viem TEE Simulator Template

Requirements

  • Node >= v18.18
  • yarn
  • Docker or Orbstack

Getting Started

First, run the TEE Attestation Simulator:

docker run --rm -p 8090:8090 phalanetwork/tappd-simulator:latest

Next, download the dependencies with yarn

yarn

Build the docker image

docker build -t your-dapp:latest .

After the build is successful, run your docker image to connect to the TEE Attestation Simulator

NOTE: Your docker image hash will be different than the one listed below.

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