Skip to content

Commit f858bc4

Browse files
committed
Website: move p2p related doc to their own section
1 parent 7c1d408 commit f858bc4

File tree

6 files changed

+546
-478
lines changed

6 files changed

+546
-478
lines changed

p2p/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# P2P Networking
2+
3+
This directory contains OpenMina's peer-to-peer networking implementation.
4+
5+
## Documentation
6+
7+
For comprehensive documentation about OpenMina's P2P networking architecture,
8+
please visit our documentation website:
9+
10+
📖
11+
**[P2P Networking Documentation](https://o1-labs.github.io/openmina/developers/p2p-networking)**
12+
13+
The documentation covers:
14+
15+
- **[P2P Networking Overview](https://o1-labs.github.io/openmina/developers/p2p-networking)** -
16+
Design goals, poll-based architecture, and implementation details
17+
- **[WebRTC Implementation](https://o1-labs.github.io/openmina/developers/webrtc)** -
18+
WebRTC transport layer for Rust-to-Rust communication
19+
- **[LibP2P Implementation](https://o1-labs.github.io/openmina/developers/libp2p)** -
20+
LibP2P stack for OCaml node compatibility
21+
[Architecture Overview](https://o1-labs.github.io/openmina/developers/architecture)

p2p/libp2p.md

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)