Skip to content

asabya/go-deploy-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-deploy-contract

Go Deploy Smart Contract is a smart contract deployer to any given test or main network.

Install

go get -u github.com/Sab94/go-deploy-contract

Usage

$ 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

Examples

$ go-watch-solidity  -a ./example/generated/greeter/Greeter.abi -b ./example/generated/greeter/Greeter.bin

Project52

It is one of my project 52.

Note : This is still work in progress. I'll be working on it.

About

Small utility tool to deploy smart contracts written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages