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.
- Host: GitHub
- URL: https://github.com/reiver/go-conclient
- Owner: reiver
- License: mit
- Created: 2024-07-25T12:12:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T13:25:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T13:08:10.941Z (over 1 year ago)
- Topics: ethereum, evm-blockchain, evm-chains
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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)