pallas@0.6.0 pallas-crypto@0.6.0 pallas-miniprotocols@0.6.0 pallas-multiplexer@0.6.0 pallas-primitives@0.6.0 Generated by cargo-workspaces |
||
|---|---|---|
| .github | ||
| assets | ||
| examples | ||
| pallas | ||
| pallas-crypto | ||
| pallas-miniprotocols | ||
| pallas-multiplexer | ||
| pallas-primitives | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
Rust-native building blocks for the Cardano blockchain ecosystem
Introduction
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).
Unboxing
The repository is organized as a Cargo workspace. Each Pallas "building block" lives in its own crate. The root pallas crate serves as an all-in-one dependency that re-exports all of the other modules in an hierarchically organized fashion, using Cargo features to tailor the setup for each use-case.
As already explained, Pallas aims at being an expanding set of components. The following tables describe the currently available crates, as well as the planned ones.
Ouroboros Network
| Crates | Description |
|---|---|
| pallas-multiplexer | Multithreaded Ouroboros multiplexer implementation using mpsc channels |
| pallas-miniprotocols | Implementation of the Ouroboros network mini-protocols state-machines |
Ouroboros Consensus
| Crates | Description |
|---|---|
| pallas-leadership | Implementation of the slot leadership selection algorithm |
| pallas-selection | Implementation of the consensus chain-selection algorithm |
Ouroboros Ledger
| Crates | Description |
|---|---|
| pallas-primitives | Ledger primitives and cbor codec for the different Cardano eras |
| pallas-ticking | Time passage implementation for consensus algorithm |
| pallas-applying | Logic for validating and applying new blocks and txs to the chain state |
| pallas-forecasting | Ledger forecasting algorithm to be used by the consensus layer |
Etymology
Pallas: (Greek mythology) goddess of wisdom and useful arts and prudent warfare;