Skip to main content

Core Overview

Synced from the repository

This page mirrors core/README.md in the posemesh repo (branch main). The repository is the source of truth.

Posemesh Core is a list of Rust libraries that implements all of the underlying network code for efficient and optimized communication between nodes in the Posemesh network. The module is designed to simplify the process of running a peer-to-peer (P2P) Posemesh node, allowing easy and seamless P2P communication within the Posemesh network. With this module, nodes can join the network, discover peers, and exchange messages in a decentralized, scalable, and resilient manner.

  • posemesh-domain-http – A cross-platform HTTP client library for interacting with posemesh domains on the Auki Network, supporting both native and WebAssembly environments.