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
- Host: GitHub
- URL: https://github.com/sshine/triton-vm-mini
- Owner: sshine
- Created: 2023-05-23T00:45:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T00:45:55.000Z (about 3 years ago)
- Last Synced: 2025-02-05T08:09:32.220Z (over 1 year ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# triton-vm-mini
[](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
```