{"id":18357285,"url":"https://github.com/nethermindeth/dotnet-libp2p","last_synced_at":"2025-10-25T05:04:46.202Z","repository":{"id":193254217,"uuid":"595627781","full_name":"NethermindEth/dotnet-libp2p","owner":"NethermindEth","description":"A libp2p implementation for .NET in C#.","archived":false,"fork":false,"pushed_at":"2025-10-20T09:06:47.000Z","size":11225,"stargazers_count":94,"open_issues_count":22,"forks_count":34,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-10-25T05:03:40.856Z","etag":null,"topics":["libp2p","network","p2p-network"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NethermindEth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2023-01-31T13:36:38.000Z","updated_at":"2025-10-22T13:32:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f24d8699-92f0-403b-8a63-abcb02db3577","html_url":"https://github.com/NethermindEth/dotnet-libp2p","commit_stats":null,"previous_names":["nethermindeth/dotnet-libp2p"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NethermindEth/dotnet-libp2p","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fdotnet-libp2p","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fdotnet-libp2p/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fdotnet-libp2p/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fdotnet-libp2p/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NethermindEth","download_url":"https://codeload.github.com/NethermindEth/dotnet-libp2p/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fdotnet-libp2p/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280906434,"owners_count":26411415,"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-10-25T02:00:06.499Z","response_time":81,"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":["libp2p","network","p2p-network"],"created_at":"2024-11-05T22:13:19.077Z","updated_at":"2025-10-25T05:04:46.197Z","avatar_url":"https://github.com/NethermindEth.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/libp2p/libp2p/blob/master/logo/white-bg-2.png?raw=true\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/libp2p/libp2p/blob/master/logo/black-bg-2.png?raw=true\"\u003e\n    \u003cimg alt=\"libp2p\" src=\"https://github.com/libp2p/libp2p/blob/master/logo/black-bg-2.png?raw=true\" height=\"96\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n# dotnet-libp2p\n\n[![Test](https://github.com/nethermindeth/dotnet-libp2p/actions/workflows/test.yml/badge.svg)](https://github.com/nethermindeth/dotnet-libp2p/actions/workflows/test.yml)\n[![Nethermind.Libp2p](https://img.shields.io/nuget/v/Nethermind.Libp2p)](https://www.nuget.org/packages/Nethermind.Libp2p)\n[![.NET libp2p](https://img.shields.io/badge/telegram-.NET%20libp2p-blue?logo=telegram)](https://t.me/dotnet_libp2p)\n[![Discord](https://img.shields.io/discord/1204447718093750272?style=flat\u0026logo=discord\")](https://discord.com/channels/1204447718093750272/1341468555568353330)\n\nThe project aims to implement [libp2p](https://libp2p.io) to unlock building .NET peer-to-peer applications using a battle-tested specification of network communication of the new age.\n\nThe docs from the application developer perspective: [quick start](./docs/README.md).\nAs a libp2p protocol implementer, you may be interested in [more advanced tutorials](./docs/development/README.md). You can rewire and reconfigure the library in any way you want!\n\n**Contributions are welcome**, kindly check the [issues](https://github.com/NethermindEth/dotnet-libp2p/issues) tab, everything there if not assigned to a person can be taken into work. More details in [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## Adding libp2p to your project\n\n```\ndotnet add package Nethermind.Libp2p --prerelease\n```\n\n## Building the solution\n\n```sh\ngit clone https://github.com/NethermindEth/dotnet-libp2p.git\ncd ./src/libp2p/\ndotnet build\ndotnet test\n```\n\n## Roadmap\n\n🚧 The library is not stable and under heavy development. Consider the [beta](https://github.com/NethermindEth/dotnet-libp2p/milestone/5) milestone as a reflection of readiness for production 🚧\n\nThe target is to provide a performant well-tested implementation of a wide range of protocols that works on multiple platforms, with high throughput and low memory profile.\n\n\n| Protocol           | Version            | Status          |\n|--------------------|--------------------|-----------------|\n| TCP                | tcp                | ✅             |\n| QUIC               | quic-v1            | 🚧             |\n| multistream-select | /multistream/1.0.0 | ✅             |\n| plaintext          | /plaintext/2.0.0   | ✅             |\n| noise              | /noise             | ✅             |\n| yamux              | /yamux/1.0.0       | ✅             |\n| tls                | /tls/1.0.0         | 🚧             |\n| Circuit Relay      | /libp2p/circuit/relay/0.2.0/* | 🚧  |\n| WebTransport       |                    | ⬜ help wanted |\n| WebRTC             |                    | ⬜ help wanted |\n| hole punching      |                    | ⬜ help wanted |\n| **Application layer**\n| Identify           | /ipfs/id/1.0.0     | ✅             |\n| ping               | /ipfs/ping/1.0.0   | ✅             |\n| ping/push          | /ipfs/id/push/1.0.0 | ✅             |\n| pubsub             | /floodsub/1.0.0    | ✅             |\n|                    | /meshsub/1.0.0     | ✅             |\n|                    | /meshsub/1.1.0     | 🚧             |\n|                    | /meshsub/1.2.0     | 🚧             |\n| request-response   |                    | ✅             |\n| perf               | /perf/1.0.0        | 🚧             |\n| **Discovery**\n| mDns               | basic w/o DNS-SD   | ✅             |\n| pubsub peer discovery | [pubsub-peer-discovery](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery)             | ✅             |\n| Kademlia DHT       | /*/kad/1.0.0       | 🚧             |\n| [discv5](https://github.com/Pier-Two/Lantern.Discv5) (wrapper) | 5.1 | 🚧             |\n\n⬜ - not yet implemented\u003cbr\u003e\n🚧 - work in progress\u003cbr\u003e\n✅ - basic support implemented\n\nNo plans for: mplex, quic-draft-29\n\n## License\n\ndotnet-libp2p is an open-source software licensed under the [MIT](https://github.com/nethermindeth/dotnet-libp2p/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnethermindeth%2Fdotnet-libp2p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnethermindeth%2Fdotnet-libp2p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnethermindeth%2Fdotnet-libp2p/lists"}