Skip to content

Commit 2ac8ea9

Browse files
authored
Merge pull request #1282 from o1-labs/dw/document-webrtc
Add WebRTC documentation for developers
2 parents 748d711 + e5c9af3 commit 2ac8ea9

File tree

14 files changed

+2897
-492
lines changed

14 files changed

+2897
-492
lines changed

core/src/chain_id.rs

Lines changed: 351 additions & 1 deletion
Large diffs are not rendered by default.

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)