crates.io docs.rs build status

timestampvm-rs

Timestamp VM in Rust

See tests/e2e for full end-to-end tests.

Example

```bash ./scripts/build.release.sh

NETWORKRUNNERSKIPSHUTDOWN=1 \ VMPLUGIN_PATH=$(pwd)/target/release/timestampvm \ ./scripts/tests.e2e.sh

VMPLUGINPATH=$(pwd)/target/release/timestampvm \ ./scripts/tests.e2e.sh ```