TVM implementation
Implementation of virtual machine for TVM nodes in safe Rust.
Rust complier v1.65+.
git clone --recurse-submodules https://github.com/tvmlabs/tvm-vm.git
cd tvm-vm
cargo build --release
This project output is the library which is used as a part of TVM node. Also it can be used in standalone tools.
Contribution to the project is expected to be done via pull requests submission.
See the LICENSE file for details.
blockchain
rust
tvm