The ZK Layer for Solana
Light is a zkLayer enabling private program execution, purpose-built for Solana.
Developers can use Light to build applications such as
There are three ways of setting up the development environment:
The easiest way to setup the development environment is to use our scripts and development environment.
First, install the dependencies (they will be installed in the .local
directory inside your repository clone). If you want to install Redis (needed
only for the relayer), use the --enable-redis option.
./scripts/install.sh
Then, activate the development environment:
./scripts/devenv.sh
Then follow the sections below, which describe the usage of build.sh and
test.sh scripts.
When the development environment is active, you can manually run commands
like pnpm, cargo, solana, solana-test-validator. They are going to
use the dependencies installed in .local directory, so even if you have
different global installations, they are not going to interfere.
Light Protocol fully embraces Development Containers, providing a ready-to-use Docker container image that comes pre-configured with all necessary dependencies for building and testing.
Support for Development Containers (either native or through a plugin) is provided by the following IDEs and editors:
If you still want to setup dependencies manually, these are the requirements:
To build the project, use the following commands:
./scripts/build.sh
Before doing any development or running any tests, you need to generate a new local keypair:
solana-keygen new -o ~/.config/solana/id.json
./scripts/test.sh
cd light-verifier-sdk/
cargo test
cd zk.js/
pnpm test
cd light-circuits
pnpm test
Tests are located in tests/ directory.
The default test is a functional test, setting up a test environment with a Merkle tree and an spl token, conducting two shields and unshields.
Tests can be executed in bulk or one by one.
cd zk.js/
pnpm test
pnpm test-verifiers
pnpm test-merkle-tree
If you're seeing this error:
- error: package `solana-program v1.16.4` cannot be built because it requires rustc 1.68.0 or newer, while the currently active rustc version is 1.65.0-dev
update your solana-cli version to >=1.16.4.
For more support from the community and core developers, open a GitHub issue or join the Light Protocol Discord: https://discord.gg/J3KvDfZpyp
$ claude mcp add light-protocol \
-- python -m otcore.mcp_server <graph>