Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 651 Bytes

File metadata and controls

24 lines (15 loc) · 651 Bytes

Ethblocks -- Analyze Ethereum Blocks

Features

* Lightweight, easy to use Go library for getting blocks and transactions
* Save blocks and transactions to MySQL (Postgres to come)
* Uses structs/functions from go-ethereum as much as possible

Requirements

We use the latest version of Go.

Usage

Import the library:

import "github.com/cloudfresco/ethblocks/ethblocks"

Then call any of the functions. See examples.

License

The Ethblocks source files are distributed under the MIT License.