Skip to content

Commit

Permalink
chore: Update README.md (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenSchaeferjohann authored Sep 19, 2024
1 parent 81f4456 commit 94823b4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@
[![Discord](https://img.shields.io/discord/892771619687268383?label=discord&logo=discord)](https://discord.gg/WDAAaX6je2)
[![Workflow Status](https://github.com/Lightprotocol/light-protocol-onchain/workflows/programs-test/badge.svg)](https://github.com/Lightprotocol/light-poseidon/actions?query=workflow)

**The ZK Layer for Solana**
**The ZK Compression Protocol for Solana**

Light is a zkLayer enabling stateless program execution, purpose-built for Solana.
Light is a ZK protocol enabling stateless program execution that is purpose-built for Solana.

Developers can use Light to...

- reduce the cost of state on the Solana L1.
- reduce the cost of state on the Solana L1 via ZK Compression.
- build zk applications that compose with Light state such as
- offchain orderbooks
- zk-coprocessors
- zk-identity

Note: All these tools and the protocol are in active development and unaudited.
To work with this Monorepo, read below:

The documentation is available here: https://github.com/Lightprotocol/developer-content/tree/main/docs.

## Verifiable Build
Expand Down Expand Up @@ -61,6 +58,7 @@ Light Protocol programs have been audited, and Light protocol circuits are forma
- Neodyme (Programs audit): [View Full Report](https://github.com/Lightprotocol/light-protocol/tree/main/audits/neodyme_v1_audit.pdf)
- Reilabs (Circuits Formal verification): [View Full Report](https://github.com/Lightprotocol/light-protocol/tree/main/audits/reilabs_circuits_formal_verification_report.pdf)

Note: All other tooling such as light-sdk-macros and light-sdk are in active development and unaudited.

## Development environment

Expand Down

0 comments on commit 94823b4

Please sign in to comment.