> For the complete documentation index, see [llms.txt](https://ionian.gitbook.io/malda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ionian.gitbook.io/malda/developer-docs-malda-zk-coprocessor/development.md).

# Development

#### Prerequisites

* Rust toolchain
* RISC Zero toolchain
* Access to RPC endpoints for supported chains

#### Building

```
cargo build
```

#### Testing

```

cargo test
```
