https://github.com/grassrootseconomics/ethutils
High level Go wrapper for interacting with EVM chains
https://github.com/grassrootseconomics/ethutils
celo ethereum evm web3
Last synced: 5 months ago
JSON representation
High level Go wrapper for interacting with EVM chains
- Host: GitHub
- URL: https://github.com/grassrootseconomics/ethutils
- Owner: grassrootseconomics
- License: lgpl-3.0
- Created: 2024-05-21T04:59:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T09:06:27.000Z (7 months ago)
- Last Synced: 2025-11-30T02:44:33.869Z (7 months ago)
- Topics: celo, ethereum, evm, web3
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ethutils
[](https://github.com/grassrootseconomics/ethutils/actions/workflows/test.yaml)

[](https://pkg.go.dev/github.com/grassrootseconomics/ethutils)
High level Go wrapper for Ethereum, primarily targetting [Celo](https://celo.org).
Features:
* Publishing smart contracts
* Gas transfers
* Smart contract interactions
* Address conversion/parsing utilities
* Grassroots Economics [address](https://software.grassecon.org/addresses) loaders
* Dump reverted tx reason
* Batch balances scanner
* Index scanner
* Divvi support
## Installation
```bash
$ go get github.com/grassrootseconomics/ethutils
```
## License
[LGPL-3.0](COPYING.LESSER)