Files
pezkuwi-subxt/bridges/snowbridge/primitives/beacon
Branislav Kontur 9d6c0f446a Removed unused deps from Snowbridge deps (#4029)
Co-authored-by: Bastian Köcher <git@kchr.de>
2024-04-09 08:45:44 +00:00
..

Beacon Primitives

Crate with low-level supporting functions for the beacon client, including:

  • bls12-381 signature handling to verify signatures on the beacon chain
  • merkle proofs
  • receipt verification
  • ssz types

The code in this crate relates to the Ethereum consensus chain, commonly referred to as the beacon chain.