Re-exports§
pub use dht::DhtConfig;pub use dht::NetworkInfo;pub use dht::Peer;pub use name_system::BOOTSTRAP_PEERS;
Modules§
Structs§
- BOOTSTRAP_
PEERS - Noosphere Name System’s maintained list of peers to bootstrap nodes joining the network.
- Multiaddr
- Representation of a Multiaddr.
- Name
System - The NameSystem is responsible for both propagating and resolving Sphere
DIDs into an authorized UCAN publish token, resolving into a
[Link
] address for a sphere’s content. These records are propagated and resolved via the Noosphere Name System, a distributed network, built on libp2p’s Kademlia DHT specification. - Name
System Builder - NameSystemBuilder is an alternate interface for
creating a new NameSystem.
key_materialandstoremust be provided. - PeerId
- Identifier of a peer of the network.