Skip to content

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.

License

Notifications You must be signed in to change notification settings

reiver/go-conclient

Repository files navigation

go-conclient

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.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-conclient

GoDoc

Import

To import package conclient use import code like the follownig:

import "github.com/reiver/go-conclient"

Installation

To install package conclient do the following:

GOPROXY=direct go get https://github.com/reiver/go-conclient

Author

Package conclient was written by Charles Iliya Krempeaux

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages