Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release tendermint-p2p crate #716

Merged
merged 2 commits into from
Nov 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions p2p/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[![Crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]

See the [repo root] for build status, license, Rust version, etc.

# tendermint-p2p

The Tendermint P2P stack.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/tendermint-p2p.svg
[crate-link]: https://crates.io/crates/tendermint-p2p
[docs-image]: https://docs.rs/tendermint-p2p/badge.svg
[docs-link]: https://docs.rs/tendermint-p2p/

[//]: # (general links)

[repo root]: https://github.com/informalsystems/tendermint-rs