chore: Update README with new crates (#77)
This commit is contained in:
parent
85221f0be8
commit
8abec63d46
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -12,10 +12,10 @@
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Pallas is an expanding collection of modules that re-implements common
|
Pallas is an expanding collection of modules that re-implements common
|
||||||
Cardano logic in native Rust. This crate doesn't provide any particular
|
Ouroboros / 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
|
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
|
development of higher-level use-cases, such as explorers, wallets, etc (who
|
||||||
knows, maybe even a full node in the far away future).
|
knows, maybe even a full node in a far away future).
|
||||||
|
|
||||||
## Unboxing
|
## Unboxing
|
||||||
|
|
||||||
|
|
@ -37,7 +37,7 @@ As already explained, _Pallas_ aims at being an expanding set of components. The
|
||||||
| pallas-leadership | Implementation of the slot leadership selection algorithm |
|
| pallas-leadership | Implementation of the slot leadership selection algorithm |
|
||||||
| pallas-selection | Implementation of the consensus chain-selection algorithm |
|
| pallas-selection | Implementation of the consensus chain-selection algorithm |
|
||||||
|
|
||||||
### Ouroboros Ledger
|
### Cardano Ledger
|
||||||
|
|
||||||
| Crates | Description |
|
| Crates | Description |
|
||||||
| --------------------------------------- | ----------------------------------------------------------------------- |
|
| --------------------------------------- | ----------------------------------------------------------------------- |
|
||||||
|
|
@ -46,6 +46,13 @@ As already explained, _Pallas_ aims at being an expanding set of components. The
|
||||||
| pallas-applying | Logic for validating and applying new blocks and txs to the chain state |
|
| 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 |
|
| pallas-forecasting | Ledger forecasting algorithm to be used by the consensus layer |
|
||||||
|
|
||||||
|
### Shared
|
||||||
|
|
||||||
|
| Crates | Description |
|
||||||
|
| ------------------------------- | -------------------------------------------------- |
|
||||||
|
| [pallas-crypto](/pallas-crypto) | Shared Cryptographic primitives |
|
||||||
|
| [pallas-codec](/pallas-codec) | Shared CBOR encoding / decoding using minicbor lib |
|
||||||
|
|
||||||
## Etymology
|
## Etymology
|
||||||
|
|
||||||
> Pallas: (Greek mythology) goddess of wisdom and useful arts and prudent warfare;
|
> Pallas: (Greek mythology) goddess of wisdom and useful arts and prudent warfare;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue