diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 4a94195..5dbe305 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -9,7 +9,7 @@ reviews: - "!node_modules/**" - "!dist/**" - "src/**" - - "zk-compression-docs/.gitbook/assets/**" + - "zk-compression-docs/**" - "LICENSE" # add linters and other tools, CodeRabbit will run and check these as part of its review process. See a list of supported tools: https://docs.coderabbit.ai/tools/list tools: diff --git a/zk-compression-docs/compressed-pdas/client-library/README.md b/zk-compression-docs/compressed-pdas/client-library/README.md index 71c4022..1f2a73e 100644 --- a/zk-compression-docs/compressed-pdas/client-library/README.md +++ b/zk-compression-docs/compressed-pdas/client-library/README.md @@ -123,7 +123,7 @@ const testRpc = await getTestRpc(lightWasm); {% endtab %} {% tab title="Rust" %} -Rust combines tokens in the client library, and has a separate SDK for program-side development: +Rust has only one client library, and a separate SDK for program-side development: 1. [`light-client`](https://docs.rs/light-client): The RPC client that provides the ZK Compression RPC interface to query and build transactions for **compressed accounts and tokens** on Solana. 2. [`light-sdk`](https://docs.rs/light-sdk): Program-side abstractions (macros, wrappers, CPI interface) to create and interact with compressed accounts in Solana programs. Similar to Anchor's `Account` pattern.