Home

Awesome

TVM linker

This repository stores the source code for tvm_linker utility. It can immediately execute a smart contract by emulating the computing phase of transaction.

Prerequisites

How to build

$ cargo update && cargo build --release

How to use

tvm_linker has several modes of work:

tvm_linker decode ...
tvm_linker message ...

Linker can emulate compute phase of blockchain transaction. It is useful for contract debugging.

tvm_linker test ...

More Help

Use tvm_linker --help for detailed description about all options, flags and subcommands.