Virtual Machine Sandbox

← All Topics

 Sandbox core design

statedb

As the payload of JavaScript smart contract execution, Sandbox interfaces with V8VM, and packs for calling in Chrome V8. There are two stages, Compile and Execution.

Tags:
Previous Virtual Machine Compile & Execute