From 773d52f00707af19b0a9aa572e7d61fda4096692 Mon Sep 17 00:00:00 2001 From: tarassh Date: Wed, 21 Aug 2024 10:38:51 -0700 Subject: [PATCH] update readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3027570..1a5dc61 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# proof-of-sql-verifier \ No newline at end of file +# 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" +```