sp-idn-traits

Crates.iosp-idn-traits
lib.rssp-idn-traits
version0.0.1
created_at2025-10-27 17:10:49.214459+00
updated_at2025-10-27 17:10:49.214459+00
descriptionIDN traits
homepagehttps://idealabs.network
repositoryhttps://github.com/ideal-lab5/idn-sdk
max_upload_size
id1903297
size98,975
Tony Riemer (driemworks)

documentation

README

IDN Traits

License

This crate provides core traits for the Ideal Network (IDN) ecosystem, focusing on handling randomness pulses. It defines foundational interfaces that enable different components of the system to interact in a standardized way, promoting a modular architecture.

Overview

The IDN traits facilitate the seamless operation of randomness sources, dispatchers, and consumers within the IDN ecosystem. Key traits include:

  • Pulse - Core trait for randomness beacon pulses
  • Dispatcher - Trait for handling and distributing randomness

Building Documentation

You can build and view the documentation locally using the following steps:

Generate Documentation

To generate the documentation with full examples and explanations:

cargo doc --no-deps --open
Commit count: 0

cargo fmt