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

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.

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.