An open API service indexing awesome lists of open source software.

https://github.com/sshine/triton-vm-mini

A minimal implementation of Triton VM
https://github.com/sshine/triton-vm-mini

Last synced: 12 months ago
JSON representation

A minimal implementation of Triton VM

Awesome Lists containing this project

README

          

# triton-vm-mini

[![Rust CI](https://github.com/sshine/triton-vm-mini/actions/workflows/main.yml/badge.svg)](https://github.com/sshine/triton-vm-mini/actions)

A minimal implementation of Triton VM

## Getting started

To contribute, install the Rust toolchain, e.g. using [rustup][rustup]:

```sh
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
```

[rustup]: https://rustup.rs/

You can run the test suite like so:

```sh
cargo test --all-targets
```