Skip to content

A POC using Oxigraph to generate ZKP proof of SPARQL query execution

License

Notifications You must be signed in to change notification settings

jeswr/risc0-sparql-poc

Repository files navigation

ZKP RDF Query PoC

This is a proof of concept that ZKP can be done over arbitrary SPARQL Queries

What does this package do?

The prover can take a SPARQL Query and dataset as input. It outputs:

  • A hash of the query
  • A hash of the results set
  • A hash of the input data

To run this execute the command

Get risczero set up on your machine using this documentation and then run the following command in the root directory.

cargo run --release

Read more

This is part of a larger investigation into queryable credentials and privacy preserving decentralised query

About

A POC using Oxigraph to generate ZKP proof of SPARQL query execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages