ethelp

command module
v0.0.0-...-525be8a Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2017 License: MIT Imports: 7 Imported by: 0

README

ethelp

Currently, a very single purpose ethereum helper tool.

Installation

go get github.com/whyrusleeping/ethelp

Commands

ethelp create <compiled.bin>

Publishes a smart contract to the network.

  • Takes as an argument a file containing the compiled evm code.
ethelp set

Sets a value in a contract.

  • First argument is the address of the contract you created.
  • Second argument is the value to set.

Note: currently only calls update(string) on the contract, if your contract has a different method signature, this won't work.

ethelp get

Gets a value stored in a contract.

Note: currently only calls getvalue(), if your contract has a different method signature, this won't work.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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