Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 337 Bytes

SGX Quote Verification in WASM

Overview

This is a WASM package for performing remote attestations for SGX. It depends on the crate: https://github.com/fleek-network/fleek-sgx

Building the WASM package

  1. Install wasm-pack:
cargo install wasm-pack
  1. Build for NodeJS:
wasm-pack build --target nodejs