Skip to content

ABMatrix/sgx-verify-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGX Verification Service

用于验证 SGX 服务器证书。

Build and Run

# Compile wasm file
cd wasm
GOARCH=wasm GOOS=js go build -o main.wasm
cd ../verify_web
# Local development
yarn && yarn dev