To build:
- install wasienv, rustup and run
rustup target add wasm32-wasi
- run
sh build.sh
To run:
- Run
cd run
- Run
sh run.sh
- if the verification suceeds,
public_key
andimage_hash
are extracted from the attestation doc and put into the same folder.