jeffprestes / abigen-golang

ABIGEN is a Golang Proxy generator for Ethereum Virtual Machine Smart Contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abigen-golang

ABIGEN is a Golang Proxy generator for Ethereum Virtual Machine Smart Contracts

As it depends of Go-Ethereum and it has several OS dependencies it is recommended you clone this project and compile it within the machine it is going to use it:

$ go build

Then you move the abigen-golang to your PATH.

If your GOPATH/bin is at your machine's PATH you can execute:

$ go install

Some binaries were left for download purposes for who cannot compile it directly from Go source.

abigen-golang-linux abigen-golang-mac

Platforms tested were Mac OS 11.x and Linux. Windows version were not tested or compiled.

About

ABIGEN is a Golang Proxy generator for Ethereum Virtual Machine Smart Contracts

License:GNU Lesser General Public License v3.0


Languages

Language:Go 100.0%