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
- Host: GitHub
- URL: https://github.com/jurshsmith/ethabi-go
- Owner: Jurshsmith
- Created: 2023-11-04T15:47:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:34:32.000Z (about 2 years ago)
- Last Synced: 2024-05-06T16:04:03.769Z (about 2 years ago)
- Topics: abi, dx, ethereum, go-ethereum, golang, human-readable
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`