Giter Site home page Giter Site logo

ethrun's Introduction

ETHRUN(1)              DappHub Development Tools               ETHRUN(1)


NAME
	ethrun - directly run EVM bytecode
SYNOPSIS
        { [echo <bytecode>;]... } | ethrun [<calldata>...]

DESCRIPTION
	Ethrun sets up a minimal Parity environment, deploys one or
	more contracts, sends zero or more transactions to the last
	one and then prints the results to stdout in JSON format.

OUTPUT
        Ethrun outputs a JSON array in which the outcome of each
        transaction is represented like in the following example:

	   [{
             "success": true,
             "output": "",
             "logs": [],
	   }, {
             "success": true,
             "output": "0000000000000000...0000000000000001",
             "logs": [{
               "address": "5185630e41e8b32...c87aa735a24f3f6",
               "data": "0000000000000000...0000000032a0ead3",
               "topics": [
                 "6ee2ab87ef1bfa44...e959a6b0a190be6c",
                 "0000000000000000...0000000000000000"
               ],
             }],
	   }]

	The first elements of the array represent the transactions by
	which the contracts were deployed, and the remaining elements
        represent the transactions sent to the last-deployed contract.

INSTALLATION
	Use `make link' to install from source:

	   git clone https://github.com/dapphub/ethrun
	   make link -C ethrun

SEE ALSO
	parity(1), ethabi(1), seth(1), dapp(1)



ETHRUN(1)                      April 2017                      ETHRUN(1)

ethrun's People

Contributors

mbrock avatar dbrock avatar rainbreak avatar mhhf avatar dev-kpyc avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.