Skip to content

Leveraging zk for trustlessly selling private keys, signatures and groth16 proofs.

Notifications You must be signed in to change notification settings

dmpierre/eth-private-market

Repository files navigation

Private market

This is a repo demonstrating how to leverage zk-snarks and ethereum for trustlessly selling:

  1. private keys of ethereum addresses
  2. eddsa signatures
  3. groth16 proofs

You can read our post here. Or see Private Market in action. We deployed the contracts to the Sepolia testnet.

Install

You can also run Private Market locally!

To setup the repo:

  1. Clone: git clone --recurse-submodules https://github.com/dmpierre/eth-private-market.git
  2. yarn install

Then:

$ cd front && yarn dev

About

Leveraging zk for trustlessly selling private keys, signatures and groth16 proofs.

Resources

Stars

Watchers

Forks