evm

package
v0.0.0-...-c57a2f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2019 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package evm contains small, fast and secure virtual machine for the Even Network. EVM (stands for Even Virtual Machine) is the heart of the Even Network. It can execute code of both smart contracts and full-fledged dApps.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bytecode

type Bytecode []byte

Bytecode stores a program compiled to the EVM binary format.

type Interface

type Interface interface {
	Run(bc Bytecode) error
	Interpret(sc string) error
}

Interface is the abstract interface of the EVM.

func New

func New() Interface

New creates another instance of the EVM.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL