Skip to content

Commit 1c710cd

Browse files
phreppo1arie1
authored andcommitted
chore: update README with reference to documentation and prerequisites
1 parent 24b2151 commit 1c710cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
CVLR, pronounced "cavalier", is a set of Rust libraries that provide
44
verification primitives for Rust. We currently use it for writing formal specifications for Solana and Soroban smart contracts.
55
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:
13+
14+
```bash
15+
cargo install cargo-expand
16+
```

0 commit comments

Comments
 (0)