Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
352 changes: 351 additions & 1 deletion core/src/chain_id.rs

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions p2p/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# P2P Networking

This directory contains OpenMina's peer-to-peer networking implementation.

## Documentation

For comprehensive documentation about OpenMina's P2P networking architecture,
please visit our documentation website:

📖
**[P2P Networking Documentation](https://o1-labs.github.io/openmina/developers/p2p-networking)**

The documentation covers:

- **[P2P Networking Overview](https://o1-labs.github.io/openmina/developers/p2p-networking)** -
Design goals, poll-based architecture, and implementation details
- **[WebRTC Implementation](https://o1-labs.github.io/openmina/developers/webrtc)** -
WebRTC transport layer for Rust-to-Rust communication
- **[LibP2P Implementation](https://o1-labs.github.io/openmina/developers/libp2p)** -
LibP2P stack for OCaml node compatibility
[Architecture Overview](https://o1-labs.github.io/openmina/developers/architecture)
257 changes: 0 additions & 257 deletions p2p/libp2p.md

This file was deleted.

Loading