Crate odra_vm

Crate odra_vm 

Source
Expand description

OdraVM is a mock VM for testing contracts written id Odra Framework. It is a simple implementation of a mock backend with a minimal set of features that allows testing the code written in Odra without compiling the contract to the target architecture and spinning up the blockchain.

Structsยง

OdraVm
Odra in-memory virtual machine.
OdraVmHost
HostContext utilizing the Odra in-memory virtual machine.