From 94823b44a601c6a8765a773cabb6db495a81abd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Swen=20Sch=C3=A4ferjohann?= <42959314+SwenSchaeferjohann@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:19:55 +0700 Subject: [PATCH] chore: Update README.md (#1238) --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8da3343845..849d6bdda0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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