movement
  • Movement Labs
  • Test Subnet Rust SDK Env
  • Run an Avalanche Node Manually
  • Install Avalanche-CLI
  • What's the Subnet Development Lifecycle?
  • Deploy a Permissioned Subnet on Testnet
  • Connect to Fuji Testnet
  • Setup Movement Env
  • Connect to the Fuji Testnet through M1
  • How to add the Movement network?
  • Move Language
    • Modules and Scripts
    • Primitive Types
      • Integers
      • Bool
      • Address
      • Vector
      • Signer
      • References
      • Tuples and Unit
Powered by GitBook
On this page
  • Dependencies
  • Build Step

Was this helpful?

Test Subnet Rust SDK Env

timestampvm-rs is a virtual machine that can build blocks from a user-provided arbitrary data. It is a minimal implementation of an Avalanche custom virtual machine (VM) in Rust

PreviousMovement LabsNextRun an Avalanche Node Manually

Last updated 1 year ago

Was this helpful?

Dependencies

  • Latest version of stable Rust.

  • To build and test timestampvm you need version >= 3.15.0.

Build Step

clone from and enter timestampvm-rs directory

  • run the below command

    ./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

protoc
https://github.com/ava-labs/timestampvm-rs.git