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" +```