An open API service indexing awesome lists of open source software.

https://github.com/reiver/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.
https://github.com/reiver/go-conclient

ethereum evm-blockchain evm-chains

Last synced: 26 days ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://godoc.org/github.com/reiver/go-conclient?status.svg)](https://godoc.org/github.com/reiver/go-conclient)

## 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](http://reiver.link)