> For the complete documentation index, see [llms.txt](https://devs.novanet.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devs.novanet.xyz/jolt-atlas-zkml/getting-started.md).

# Getting started

1\. Clone the repository&#x20;

2\. Install Rust and Cargo&#x20;

3\. Run the examples:

```bash
cargo run --example article_classification
cargo run --example authorization
```
