Transaction executor for TVM nodes
Implementation of transaction executor for TVM nodes in safe Rust.
Rust complier v1.65+.
git clone --recurse-submodules https://github.com/tvmlabs/tvm-executor.git
cd tvm-executor
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