datahaven/operator/primitives/snowbridge/beacon
2025-10-11 00:38:19 +02:00
..
src Add Snowbridge Inbound Queue V2 pallet (#32) 2025-04-18 20:28:00 +00:00
Cargo.toml feat: Bump client version to v0.3.0 & runtime spec_version to 300 (#224) 2025-10-11 00:38:19 +02:00
README.md Add Snowbridge Inbound Queue V2 pallet (#32) 2025-04-18 20:28:00 +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.