Code Monkey home page Code Monkey logo

go-utils's Introduction

Go-Utils

Go-Utils is a library containing a collection of Golang utilities

Features

  • JSON-RPC client allowing to connect to any JSON-RPC server over HTTP. It is built using go-autorest library, it allows to easily adapt the client to specific server's configuration without having to modify the primary implementation. For example it allows to add authorization, circuit breakers, request limiters, custom request headers, etc.

  • Ethereum 1.0 client allowing to connect to any Ethereum node

    Features Available
    Connect to node over HTTP Yes
    Connect to node over WebSocket Not yet
    Use go context for timeout and cancellation Yes
    Use core go-ethereum types Yes
    Compatible with abigen generated Smart-Contract bindings Yes
    Provides tracing for requests Not Yet
  • Ethereum 2.0 client allowing to connect to any Ethereum 2.0 beacon chain node (compatible with Prysm, Teku, Lighthouse)

    Features Available
    Connect to beacon node over HTTP Yes
    Use go context for timeout and cancellation Yes
    Use core protolambda/zrnt types Yes
    Provides tracing for requests Not Yet
  • A collection of Ethereum 1.0 & 2.0 flags compatible with Cobra library to build CLI applications that need to interact with blockchain nodes

  • Helpers to manipulate data into CSV files

go-utils's People

Contributors

nmvalera avatar mattketmo avatar dependabot[bot] avatar mortimr avatar 0xpanoramix avatar flanagansteve avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.