docs.rs failed to build light-client-0.21.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
light-client-0.20.0
Light Client
A client library for interacting with Light Protocol compressed accounts and RPC endpoints.
For detailed documentation, visit zkcompression.com.
For full program examples, see the Program Examples.
For pinocchio solana program development see light-sdk-pinocchio.
For rust client developement see light-client.
For rust program testing see light-program-test.
For local test validator with light system programs see Light CLI.
Features
- Connect to various RPC endpoints (local test validator, devnet/mainnet)
- Query compressed accounts and validity proofs from RPC endpoints
- Support for both v1 and v2 merkle trees (with v2 feature)
- Start local test validator with Light Protocol programs
Prerequisites
For local test validator usage, install the Light CLI:
Example
use ;
use Pubkey;
async