NilFoundation / proof-market-toolchain

A toolchain for interaction with the Proof Market protocol.
https://docs.nil.foundation/proof-market
MIT License
23 stars 5 forks source link

Implement standalone proof producer #89

Open nkaskov opened 1 year ago

nkaskov commented 1 year ago

It seems that proof-market toolchain would be more convenient to use if the user could easily substitute the proof-producer binaries. Because many teams will inevitably do custom implementations and optimizations of our prover (including hardware-specific deployments), it may make sense to give them a separate repository, which they could fork and do their job there.

Separate prover can be moved to https://github.com/NilFoundation/proof-producer

Check this issue after proof-producer is separated: https://github.com/NilFoundation/zkllvm/issues/178

nkaskov commented 1 year ago

It became clear to me that we need to do [this task](Includes thishttps://github.com/NilFoundation/zkllvm/issues/179) first since proof producers copy part of the serialization algorithm.