/hypereth

Ethereum ecosystem

Primary LanguageGoGNU Lesser General Public License v3.0LGPL-3.0

hypereth

License: LGPL v3 Build Status codecov Maintenance

The Ethereum ecosystem.

Getting Started

hypereth contains multiple Ethereum-related tools and libraries. All tools are combined into single executable called hypereth.

Tools

  • metrics-exporter

    A tool that exports metrics from an Ethereum client. For the details, please see README

Installing

$ go get github.com/getamis/hypereth

or

$ git clone git@github.com:getamis/hypereth.git

Build

$ make

Usage

Please see README.md for each package.

Contributing

There are several ways to contribute to this project:

  1. Find bug: create an issue in our Github issue tracker.
  2. Fix a bug: check our issue tracker, leave comments and send a pull request to us to fix a bug.
  3. Make new feature: leave your idea in the issue tracker and discuss with us then send a pull request!

License

This project is licensed under the GNU Lesser General Public License version 3 - see the LICENSE file for details.

Some packages of the project are under other licenses, please see README.md for such packages.