https://github.com/jeronimobarea/simple-ethereum-client
This library aims to make it easier to interact with Ethereum through de Go programming language by adding a layer of abstraction through a new client on top of the go-ethereum library.
https://github.com/jeronimobarea/simple-ethereum-client
ethereum go go-ethereum golang
Last synced: about 2 months ago
JSON representation
This library aims to make it easier to interact with Ethereum through de Go programming language by adding a layer of abstraction through a new client on top of the go-ethereum library.
- Host: GitHub
- URL: https://github.com/jeronimobarea/simple-ethereum-client
- Owner: jeronimobarea
- License: mit
- Created: 2022-01-08T01:23:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T19:51:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T21:51:08.929Z (2 months ago)
- Topics: ethereum, go, go-ethereum, golang
- Language: Go
- Homepage:
- Size: 194 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple ethereum client
Simple ethereum client aims to make it easier for the developers to interact with Ethereum
through a new layer of abstraction that handles all the logic behind the go-ethereum
library.