Categorygithub.com/Sab94/go-watch-solidity
modulepackage
0.0.0-20200208161519-1dc72db9d702
Repository: https://github.com/sab94/go-watch-solidity.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author
No description provided by the author