Try out readme TOC
This commit is contained in:
parent
cdb5c11d15
commit
829c495ed0
2 changed files with 14 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -10,6 +10,18 @@ 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
|
||||
| Crates | Description |
|
||||
|---------------------|----------------------------------------------------------------------------------|
|
||||
| [pallas-machines](/pallas-machines) | A framework for implementing state machines for Ouroboros network mini-protocols |
|
||||
| [pallas-multiplexer](/pallas-multiplexer) | A multithreaded Ouroboros multiplexer implementation using mpsc channels |
|
||||
| [pallas-handshake](/pallas-handshake) | An implementation of the Ouroboros network handshake mini-protocol |
|
||||
| [pallas-blockfetch](/pallas-blockfetch) | An implementation of the Ouroboros network blockfetch mini-protocol |
|
||||
| [pallas-chainsync](/pallas-chainsync) | An implementation of the Ouroboros network chainsync mini-protocol |
|
||||
| [pallas-txsubmission](/pallas-txsubmission) | An implementation of the Ouroboros network txsubmission mini-protocol |
|
||||
| [pallas-alonzo](/pallas-alonzo) | Ledger primitives and cbor codec for the Alonzo era |
|
||||
| pallas | An all-in-one crate that re-exports the other ones in an ordered fashion |
|
||||
|
||||
## Etymology
|
||||
|
||||
> Pallas: (Greek mythology) goddess of wisdom and useful arts and prudent warfare;
|
||||
|
|
|
|||
2
pallas-multiplexer/README.md
Normal file
2
pallas-multiplexer/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Pallas Multiplexer
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue