Skip to content

Commit

Permalink
fix placement
Browse files Browse the repository at this point in the history
  • Loading branch information
darentuzi authored Aug 12, 2024
1 parent 30194a7 commit 34a3fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
**Beetswap** is a Rust-based implementation of the [`Bitswap`] protocol for the [`libp2p`] networking stack.
Bitswap is a protocol developed for the exchange of blocks between peers. It plays a critical role in data distribution, ensuring that peers can request and receive the blocks they need from other peers in the network.

Check out the [examples](examples).

## Key Features

- **Efficient Block Exchange**: Implements the Bitswap protocol to ensure efficient transfer of blocks between peers.
- **Libp2p Integration**: Designed to integrate smoothly with libp2p, allowing it to be used in a wide range of decentralized applications.
- **Rust Safety and Performance**: Takes advantage of Rust's memory safety guarantees and performance optimizations, making it a robust choice for networked applications.

Check out the [examples](examples).

## Contributing

We welcome contributions! Please fork the repository and submit a pull request.
Expand Down

0 comments on commit 34a3fac

Please sign in to comment.