SDK Config
Configuration objects used by Prover/Verifier.
Fairseq keeps configuration explicit and predictable.
Config
Config is the top-level object you pass to Prover::new.
use fairseq::{Config, LighthouseConfig};
let config = Config {
lighthouse: LighthouseConfig {
url: "https://lighthouse.fairseq.io".to_string(),
api_key: None,
},
};
LighthouseConfig
Lighthouse is the time anchor network used to bind proofs to verifiable time.