go-watch-solidity

command module
v0.0.0-...-1dc72db Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2020 License: MIT Imports: 1 Imported by: 0

README

go-watch-solidity

It is a handy little tool to watch a solidity file and generate abi, bin and gobinging.

Install

go get -u github.com/Sab94/go-watch-solidity

Note, go-watch-solidity needs solc installed to run. Here is the official guide to install solc.

Usage

$ go-watch-solidity -h
   Go Watch Solidity is a watcher for a given solidity file.
   It generates abi, bin, and go bindings for the given solidity
   file on save.

Usage:
  go-watch-solidity [flags]

Flags:
  -a, --abi           Generate abi
  -b, --bin           Generate bin
  -g, --bindgo        Generate go binding (default true)
  -d, --dest string   Destination to generate
  -h, --help          help for go-watch-solidity

Examples

$ go-watch-solidity -a -b -g -d=example/generated example/solidity/greeter.sol

Project52

It is one of my project 52.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

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