Skip to content

Eth2 builder API types and signing for Golang

License

Notifications You must be signed in to change notification settings

marshalys/go-boost-utils

 
 

Repository files navigation

Builder API types & signing

Goreport status Test status

Tested types and SSZ/BLS signing routines for the Eth2 Builder API.

This is useful for:

  • validators and beacon nodes can use it to communicate with mev-boost, relays and builders after the merge
  • mev-boost, which uses the types in this repository to comminicate with relays and builders
  • for future builders, to communicate with relays
  • to build testing, monitoring and verification utilities

See also:


Contributing

Useful commands:

make lint
make test

# Install sszgen command
go install github.com/ferranbt/fastssz/[email protected]

# Create SSZ encoding methods
make generate-ssz

Contributors

Maintainers:

Special thanks to:

About

Eth2 builder API types and signing for Golang

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • Makefile 1.6%
  • Other 0.7%