This repository contains a prototype implementation of keyless accounts defined in an Aptos improvement proposal found here
- Prover service (delegate construction ZK proof)
- on-chain Verifier
- Pepper service
Make sure when building anything depending on Aptos SDK to run this when building
RUSTFLAGS="--cfg tokio_unstable" cargo build --release
Mac
export DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH" &&
source ~/.zshrc