pallas/pallas-network
Harper 93c978b0e3
feat: introduce conway primitives (#290)
Co-authored-by: lisicky <lisicky@inbox.ru>
2023-11-03 12:22:06 -03:00
..
src feat: introduce conway primitives (#290) 2023-11-03 12:22:06 -03:00
tests feat(network): scaffold local state query server (#280) 2023-10-26 18:02:11 +00:00
Cargo.toml Release 0.19.1 2023-09-10 22:49:11 -03:00
README.md refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00

Pallas Network

An implementation of the Ouroboros networking stack. It provides a generic multiplexer and state-machines for the different mini-protocols. It uses async and tokio under the hood.