Skip to content

Latest commit

 

History

History
 
 

tvm_vm

tvm-vm

TVM implementation

Table of Contents

About

Implementation of virtual machine for TVM nodes in safe Rust.

Getting Started

Prerequisites

Rust complier v1.65+.

Installing

git clone --recurse-submodules https://github.com/tvmlabs/tvm-vm.git
cd tvm-vm
cargo build --release

Usage

This project output is the library which is used as a part of TVM node. Also it can be used in standalone tools.

Contributing

Contribution to the project is expected to be done via pull requests submission.

License

See the LICENSE file for details.

Tags

blockchain rust tvm