Categorygithub.com/node-real/go-ethlibs
modulepackage
0.0.0-20230228105525-4827941876c6
Repository: https://github.com/node-real/go-ethlibs.git
Documentation: pkg.go.dev

# README

GoDoc Go Report Card

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

# Packages

+k8s:deepcopy-gen=package Package eth contains data structures for (de)serializing data from Ethereum JSONRPC requests and responses.
jsonrpc contains the common JSON RPC structures Infura products use.
No description provided by the author
No description provided by the author