Implement multiplexer and mini-protocols PoC
This commit is contained in:
parent
57788f9e63
commit
65144ce14b
28 changed files with 1398 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Pallas
|
||||
|
||||
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).
|
||||
|
||||
## Etymology
|
||||
|
||||
> Pallas: (Greek mythology) goddess of wisdom and useful arts and prudent warfare;
|
||||
Loading…
Add table
Add a link
Reference in a new issue