https://github.com/umbracle/ethgo
Ethereum Golang API
https://github.com/umbracle/ethgo
abi api ethereum golang
Last synced: 9 days ago
JSON representation
Ethereum Golang API
- Host: GitHub
- URL: https://github.com/umbracle/ethgo
- Owner: umbracle
- License: mpl-2.0
- Created: 2019-03-13T18:34:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:20:24.000Z (6 months ago)
- Last Synced: 2025-04-13T14:06:29.488Z (9 days ago)
- Topics: abi, api, ethereum, golang
- Language: Go
- Homepage: https://www.ethgoproject.io
- Size: 3.87 MB
- Stars: 489
- Watchers: 11
- Forks: 136
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Eth-Go
[![Chat Badge]][chat link]
[chat badge]: https://img.shields.io/badge/chat-discord-%237289da
[chat link]: https://discord.gg/5A6Qm2u4yKEthgo is a lightweight SDK in Go to interact with Ethereum compatible blockchains.
- Website: https://www.ethgoproject.io
Ethgo provides the next key features:
- **Simple**: Light and with a small number of direct dependencies.
- **Ethereum ecosystem**: Native integration with other tools from the ecosystem like `ens` and `etherscan`.
- **Command-line-interface**: Ethgo is both a Golang SDK library and a CLI.