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
- Host: GitHub
- URL: https://github.com/flashbots/go-boost-utils
- Owner: flashbots
- License: mit
- Created: 2022-05-17T14:52:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-27T19:12:50.000Z (7 months ago)
- Last Synced: 2025-11-15T14:17:03.595Z (7 months ago)
- Language: Go
- Homepage:
- Size: 379 KB
- Stars: 42
- Watchers: 8
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go-boost-utils
[](https://goreportcard.com/report/github.com/flashbots/go-boost-utils)
[](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)