> For the complete documentation index, see [llms.txt](https://movement.gitbook.io/movement/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://movement.gitbook.io/movement/test-subnet-rust-sdk-env.md).

# Test Subnet Rust SDK Env

### Dependencies

* Latest version of stable Rust.
* To build and test timestampvm you need [protoc](https://grpc.io/docs/protoc-installation/#install-pre-compiled-binaries-any-os) version >= 3.15.0.

### Build Step

clone from <https://github.com/ava-labs/timestampvm-rs.git> and enter timestampvm-rs  directory

* run the below command

  ```bash
  ./scripts/build.release.sh \
  && VM_PLUGIN_PATH=$(pwd)/target/release/timestampvm \
  ./scripts/tests.e2e.sh

  ```
* If the content of the following picture appears, it means that the test environment has been set up
*

```
<figure><img src="/files/FjOsOy1TcFuO2winL7Ac" alt=""><figcaption></figcaption></figure>
```
