An open API service indexing awesome lists of open source software.

https://github.com/flashbots/go-boost-utils

Eth2 builder API types and signing for Golang
https://github.com/flashbots/go-boost-utils

Last synced: 4 months ago
JSON representation

Eth2 builder API types and signing for Golang

Awesome Lists containing this project

README

          

# go-boost-utils

[![Goreport status](https://goreportcard.com/badge/github.com/flashbots/go-boost-utils)](https://goreportcard.com/report/github.com/flashbots/go-boost-utils)
[![Test status](https://github.com/flashbots/go-boost-utils/workflows/Checks/badge.svg)](https://github.com/flashbots/go-boost-utils/actions?query=workflow%3A%22Checks%22)

General utilities (such as SSZ/BLS signing) needed for the [Ethereum Builder
API](https://ethereum.github.io/builder-specs/)
([Github](https://github.com/ethereum/builder-specs)).

This library primarily meant for
[mev-boost](https://github.com/flashbots/mev-boost) and
[mev-boost-relay](https://github.com/flashbots/mev-boost-relay).

## Contributing

Useful commands:

* `make lint` -- Perform linter fixes.
* `make test` -- Run all of the tests.

## Contributors

Maintainers:

* [@metachris](https://twitter.com/metachris)
* [@Ruteri](https://twitter.com/mmrosum)

Special thanks to:

* [@lightclient](https://twitter.com/lightclients)
* [@terencechain](https://twitter.com/terencechain)
* [@JustinTraglia](https://twitter.com/JustinTraglia)
* [and everyone else](https://github.com/flashbots/go-boost-utils/graphs/contributors)