/sgx-verify-web

SGX Verification Service

Primary LanguageJavaScript

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