Go Deploy Smart Contract is a smart contract deployer to any given test or main network.
go get -u github.com/Sab94/go-deploy-contract
$ go-deploy-contract -h
Go Deploy Smart Contract is a smart contract deployer
to any given test or main network.
Usage:
go-deploy-contract [flags]
Flags:
-a, --abi string abi file location
-b, --bin string bin file location
-h, --help help for go-deploy-contract
$ go-watch-solidity -a ./example/generated/greeter/Greeter.abi -b ./example/generated/greeter/Greeter.bin
It is one of my project 52.
Note : This is still work in progress. I'll be working on it.