vm

Package vm implements the Ethereum Virtual Machine.

The vm package implements one EVM, a byte code VM. The BC (Byte Code) VM loops

over a set of bytes and executes them according to the set of rules defined

in the Ethereum yellow paper.

Last updated

Was this helpful?