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

https://github.com/jurshsmith/ethabi-go

Parse human readable ABIs into go-ethereum's ABIs
https://github.com/jurshsmith/ethabi-go

abi dx ethereum go-ethereum golang human-readable

Last synced: about 1 month ago
JSON representation

Parse human readable ABIs into go-ethereum's ABIs

Awesome Lists containing this project

README

          

## ETHABI-go

Complements go-ethereum ABI's API by exposing a parser for human readable ABIs

### Install

- Run command: `go get github.com/jurshsmith/ethabi-go`

### Contributing

- Run tests using `go test`