Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infura/go-ethlibs
Ethereum libraries in Go for interacting with Ethereum nodes
https://github.com/infura/go-ethlibs
Last synced: 5 days ago
JSON representation
Ethereum libraries in Go for interacting with Ethereum nodes
- Host: GitHub
- URL: https://github.com/infura/go-ethlibs
- Owner: INFURA
- License: mit
- Created: 2019-06-21T15:26:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T23:56:41.000Z (6 months ago)
- Last Synced: 2024-12-21T15:05:52.066Z (13 days ago)
- Language: Go
- Size: 738 KB
- Stars: 161
- Watchers: 43
- Forks: 34
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/INFURA/go-ethlibs?status.svg)](http://godoc.org/github.com/INFURA/go-ethlibs)
[![Go Report Card](https://goreportcard.com/badge/github.com/INFURA/go-ethlibs)](https://goreportcard.com/report/github.com/INFURA/go-ethlibs)# go-ethlibs: Go Ethereum Libraries
A sandbox of helpers related to interacting with Ethereum nodes.
We hope code snippets in this repository will come in useful for others, but
please don't expect any stability guarantees. We'd like for the best pieces to
eventually graduate into stand-alone packages.## Overview
- `eth`: Helpers for serializing/deserializing Ethereum JSONRPC types
- `jsonrpc`: JSONRPC request and response parsing
- `node`: A proto-ethclient in the `node` namespace
- `rlp`: Independent implementation of RLP parsing## License
MIT