Files
pezkuwi-subxt/bridges/snowbridge/primitives/beacon/README.md
T
Clara van Staden 2ab3f03f0b Removes Snowbridge parachain directory (#3186)
Removes the `bridges/snowbridge/parachain` directory and moves
everything up to under `snowbridge` directly. We are cleaning up our
local dev env after merging our crates into the polkadot-sdk.

---------

Co-authored-by: claravanstaden <Cats 4 life!>
2024-02-02 17:08:36 +00:00

328 B

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.