Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MozirDmitriy authored Jan 10, 2025
1 parent e56f512 commit c6d0460
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions crates/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,20 @@ The Software Development Kit (SDK) for building zero-knowledge applications with
## Overview

The SP1 SDK provides a high-level interface for developers to write zero-knowledge programs in Rust. It abstracts away the complexity of zero-knowledge proof systems while providing full access to Rust's standard library and ecosystem.

## Features

- Write ZK programs in standard Rust
- Full `std` library support
- Easy-to-use macros and annotations
- Seamless integration with most Rust crates
- Built-in precompiles for common operations

## Usage

Add the SDK to your project's `Cargo.toml`:

```toml
[dependencies]
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git" }
```

0 comments on commit c6d0460

Please sign in to comment.