Skip to content

w3f/keyless-substrate-proto

Repository files navigation

Keyless accounts

This repository contains a prototype implementation of keyless accounts defined in an Aptos improvement proposal found here

Parts

  • Prover service (delegate construction ZK proof)
  • on-chain Verifier
  • Pepper service

Build

Make sure when building anything depending on Aptos SDK to run this when building

RUSTFLAGS="--cfg tokio_unstable"  cargo build --release

Make sure tbb a DYLD library path is correct in your terminal config

Mac

export DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH" &&
source ~/.zshrc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published