mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
2ab3f03f0b
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!>
11 lines
328 B
Markdown
11 lines
328 B
Markdown
# 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.
|