Virtual machines
KLY-EVM
EVM compatible virtual machine by KLY. Supports low-level sharding, WASM(it's possible to call WASM from EVM and vice versa) and other features like storage-by-subscription model, free calls, advanced fee system, etc.
KLY-WVM
WASM-based virtual machine by KLY. Supports several languages, EVM(call EVM from WASM), sharding,etc.
XVM
Hybrid virtual machine with multiple architectures support:
EVM
WASM
Other(later - Solana VM, Cosmos VM, etc)
Smart contract
Bytecode
Cross contract call
Cross VM call
Last updated