Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refcell/geth-x
Examples, trickery, and self-documenting tomfoolery for interacting and working with go-ethereum including some breakage.
https://github.com/refcell/geth-x
ethereum evm geth golang
Last synced: 8 days ago
JSON representation
Examples, trickery, and self-documenting tomfoolery for interacting and working with go-ethereum including some breakage.
- Host: GitHub
- URL: https://github.com/refcell/geth-x
- Owner: refcell
- License: mit
- Created: 2022-11-12T01:25:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T02:17:28.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T17:40:04.553Z (5 months ago)
- Topics: ethereum, evm, geth, golang
- Language: Go
- Homepage:
- Size: 2.72 MB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geth-x • [![goreport](https://goreportcard.com/badge/github.com/abigger87/geth-x)](https://goreportcard.com/report/github.com/abigger87/geth-x) [![godocs](https://godoc.org/github.com/abigger87/geth-x?status.svg)](https://godoc.org/github.com/abigger87/geth-x) [![ci](https://github.com/abigger87/geth-x/actions/workflows/checks.yml/badge.svg)](https://github.com/abigger87/geth-x/actions/workflows/checks.yml)
[go-ethereum](https://github.com/ethereum/go-ethereum) examples, trickery, and tomfoolery [with breakage].
> **Note**
>
> This is heavily inspired by [libevm](https://github.com/libevm)'s [geth-examples](https://github.com/libevm/geth-examples).
>
> _I am but a humble searcher, standing on the shoulders of giants._### Getting Started
These examples presume you have a working knowledge of the go-ethereum codebase. To get up to speed, review [go-ethereum](https://github.com/ethereum/go-ethereum).
// TODO: mermaid state diagram of interacting with geth
// TODO: further examples
// TODO: benchmarks
### Licensing and Contributing
All contributions are highly welcomed.
Licensed under [MIT](https://github.com/abigger87/geth-x/blob/main/LICENSE) - adapt, fork, copy, go wild!
Good luck, searcher 🫡