Package conclient provides a basic smart-contract client for a smart-contract on a blockchain-network, for the Go programming language.
The blockchain-network could be Ethereum, some other EVM chain, or something else.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-conclient
To import package conclient use import
code like the follownig:
import "github.com/reiver/go-conclient"
To install package conclient do the following:
GOPROXY=direct go get https://github.com/reiver/go-conclient
Package conclient was written by Charles Iliya Krempeaux