| Crates.io | cvlr-solana |
| lib.rs | cvlr-solana |
| version | 0.5.0 |
| created_at | 2025-04-04 18:01:26.316814+00 |
| updated_at | 2026-01-16 23:28:41.516081+00 |
| description | Certora Verification Language for Rust with Solana |
| homepage | https://www.certora.com |
| repository | https://github.com/Certora/cvlr-solana |
| max_upload_size | |
| id | 1620568 |
| size | 90,203 |
Solana-specific components of the CVLR (Certora Verification Language for Rust) library, enabling formal verification of Solana programs using the Certora Prover.
This library provides Solana-specific abstractions and models for formal verification of Solana programs. It includes:
This workspace contains three crates:
cvlr-solanaCore Solana-specific functionality including:
cvlr-spl-tokenFormal model of the SPL Token Program, providing:
cvlr-solana-stakeFormal model of the Solana Stake Program, providing:
Add the relevant crates to your Cargo.toml:
[dependencies]
cvlr-solana = "0.5.0"
cvlr-spl-token = "0.5.0" # If you need SPL Token modeling
cvlr-solana-stake = "0.5.0" # If you need Stake Program modeling
This project is licensed under the MIT License.
Current release: 0.5.0