| Crates.io | sc-consensus-randomness-beacon |
| lib.rs | sc-consensus-randomness-beacon |
| version | 0.0.1 |
| created_at | 2025-10-27 17:49:14.305274+00 |
| updated_at | 2025-10-27 17:49:14.305274+00 |
| description | Randomness-Beacon consensus client |
| homepage | https://idealabs.network |
| repository | https://github.com/ideal-lab5/idn-sdk |
| max_upload_size | |
| id | 1903445 |
| size | 382,830 |
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.
cargo build
Unit tests can be run with cargo test.
To run integration tests, use the e2e feature: cargo test --features "e2e"
Apache-2.0