github.com/arieschain/arieschain@v0.0.0-20191023063405-37c074544356/core/vm/doc.go (about)

     1  /*
     2  Package vm implements the Ethereum Virtual Machine.
     3  
     4  The vm package implements one EVM, a byte code VM. The BC (Byte Code) VM loops
     5  over a set of bytes and executes them according to the set of rules defined
     6  in the Ethereum yellow paper.
     7  */
     8  package vm