{"id":31218559,"url":"https://github.com/fastn-stack/p2p","last_synced_at":"2025-09-21T15:58:31.548Z","repository":{"id":315262358,"uuid":"1058770684","full_name":"fastn-stack/p2p","owner":"fastn-stack","description":"Type-safe P2P communication library for Rust","archived":false,"fork":false,"pushed_at":"2025-09-17T15:46:00.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T16:55:39.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastn-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T14:24:06.000Z","updated_at":"2025-09-17T15:46:05.000Z","dependencies_parsed_at":"2025-09-17T16:55:45.928Z","dependency_job_id":"f715c532-6155-471d-997d-5d707aaf8167","html_url":"https://github.com/fastn-stack/p2p","commit_stats":null,"previous_names":["fastn-stack/p2p"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fastn-stack/p2p","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastn-stack%2Fp2p","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastn-stack%2Fp2p/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastn-stack%2Fp2p/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastn-stack%2Fp2p/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastn-stack","download_url":"https://codeload.github.com/fastn-stack/p2p/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastn-stack%2Fp2p/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276265544,"owners_count":25612861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-21T15:58:30.246Z","updated_at":"2025-09-21T15:58:31.537Z","avatar_url":"https://github.com/fastn-stack.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastn-p2p\n\nType-safe P2P communication library for Rust.\n\n## Overview\n\n`fastn-p2p` provides high-level, type-safe APIs for building peer-to-peer applications in Rust. Built on solid cryptographic foundations with clean abstractions for common P2P patterns.\n\n## Quick Start\n\n```rust\nuse fastn_p2p::{SecretKey, PublicKey};\n\n// Generate peer identity\nlet secret_key = SecretKey::generate();\nlet peer_id = secret_key.public_key().to_string();  // 52-char ID52\n\nprintln!(\"Peer ID: {}\", peer_id);\n```\n\n## Features\n\n- **🔐 Cryptographic Identity** - Ed25519 keys with ID52 encoding\n- **🔧 Key Management** - Secure storage in system keyring\n- **📡 P2P Communication** - High-level APIs for peer communication *(coming soon)*\n- **📝 Examples** - Reference implementations and usage patterns\n\n## Installation\n\n```bash\ncargo add fastn-p2p\n```\n\n## Examples\n\n```bash\n# Generate keys\ncargo run --example keygen\n\n# More examples coming as P2P features are added\n```\n\n## Documentation\n\n- **[Identity \u0026 Keys](./docs/identity.md)** - Cryptographic identity management\n- **[API Reference](https://docs.rs/fastn-p2p)** - Complete API documentation\n\n## Status\n\n🚧 **Under Development** - Core identity management is stable. P2P communication APIs are being added incrementally.\n\n## Roadmap\n\n- **✅ Phase 1**: Cryptographic identity and key management\n- **🚧 Phase 2**: P2P communication patterns  \n- **📋 Phase 3**: High-level application APIs\n- **📋 Phase 4**: Example applications\n\n## License\n\nLicensed under the Universal Permissive License (UPL-1.0).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastn-stack%2Fp2p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastn-stack%2Fp2p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastn-stack%2Fp2p/lists"}