Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Aug 21, 2024
1 parent 535b68a commit 773d52f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# proof-of-sql-verifier
# Proof of SQL Verifier

Proof of SQL Verifier is a Rust library for verifying SQL query results using zero-knowledge proofs.

## Features

- Verification of Dory proofs
- Integration with the proof-of-sql library

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
proof-of-sql-verifier = "0.1.0"
```

0 comments on commit 773d52f

Please sign in to comment.