You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,14 @@
3
3
CVLR, pronounced "cavalier", is a set of Rust libraries that provide
4
4
verification primitives for Rust. We currently use it for writing formal specifications for Solana and Soroban smart contracts.
5
5
Examples of respective usage can be found [here](https://github.com/Certora/SolanaExamples) and [here](https://github.com/Certora/sunbeam-tutorials).
6
+
Refer to the Certora documentation for further information about the verification of [Solana](https://docs.certora.com/en/latest/docs/solana/index.html) and [Soroban](https://docs.certora.com/en/latest/docs/sunbeam/index.html) smart contracts.
7
+
8
+
## Building and Testing
9
+
10
+
To build the library, run `cargo build`, and to test the library, run `cargo test`.
11
+
For testing purposes, `cargo-expand` is required.
12
+
It can be installed by running the following command:
0 commit comments