Skip to main content

Crate pallas

Crate pallas 

Source
Expand description

Rust-native building blocks for the Cardano blockchain ecosystem

Pallas is an expanding collection of modules that re-implements common Cardano logic in native Rust. This crate doesn’t provide any particular application, it is meant to be used as a base layer to facilitate the development of higher-level use-cases, such as explorers, wallets, etc (who knows, maybe even a full node in the far away future).

Modules§

codec
crypto
interop
Interoperability with other protocols, formats & systems
ledger
Ledger primitives and cbor codecs for different Cardano eras
network
Network stack compatible with the Ouroboros protocol
storage
Storage engines for chain-related persistence
txbuilder