Crates.io | odra-mock-vm |
lib.rs | odra-mock-vm |
version | 0.6.2 |
source | src |
created_at | 2022-08-09 14:07:56.059026 |
updated_at | 2024-05-08 14:38:33.570847 |
description | Odra's virtual machine for running smart contracts. |
homepage | https://odra.dev/docs |
repository | https://github.com/odradev/odra |
max_upload_size | |
id | 641824 |
size | 61,023 |
odra-mock-vm
provides a lightweight implementation of the blockchain virtual machine.
It is used in Odra to run tests and contracts on the same thread, so it is possible do debug the code and run tests much faster.
It should be used only for development.