| Crates.io | cvlr-spl-token |
| lib.rs | cvlr-spl-token |
| version | 0.5.0 |
| created_at | 2026-01-16 23:28:45.653988+00 |
| updated_at | 2026-01-16 23:28:45.653988+00 |
| description | CVLR model for the Solana Token Program 8 |
| homepage | https://www.certora.com |
| repository | https://github.com/Certora/cvlr-solana |
| max_upload_size | |
| id | 2049509 |
| size | 68,303 |
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