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.
- Odra
VmHost - HostContext utilizing the Odra in-memory virtual machine.