sc-consensus-randomness-beacon

Crates.iosc-consensus-randomness-beacon
lib.rssc-consensus-randomness-beacon
version0.0.1
created_at2025-10-27 17:49:14.305274+00
updated_at2025-10-27 17:49:14.305274+00
descriptionRandomness-Beacon consensus client
homepagehttps://idealabs.network
repositoryhttps://github.com/ideal-lab5/idn-sdk
max_upload_size
id1903445
size382,830
Tony Riemer (driemworks)

documentation

README

Randomness Beacon Consensus Module

This module contains the client code required to bridge to the drand randomness beacon. Specifically, it contains the Gossipsub network implementation that collators use to ingest new pulses from drand.

Build

cargo build

Test

Unit tests can be run with cargo test.

To run integration tests, use the e2e feature: cargo test --features "e2e"

License

Apache-2.0

Commit count: 0

cargo fmt