Add dotnet to the implementations page
@dhuseby is already working on this.
Since Aug 7, 2024.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
From @flcl42:
.NET libp2p has the following working parts(and I hope the list will grow in the next couple of months):
libp2p-implementations (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
libp2p-tcp (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
libp2p-quic (Prototype / Unstable) https://github.com/NethermindEth/dotnet-libp2p/tree/main/src/libp2p/Libp2p.Protocols.Quic
libp2p-noise (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p/tree/main/src/libp2p/Libp2p.Protocols.Noise
mdns-discovery (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
libp2p-floodsub (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
libp2p-gossipsub (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
libp2p-yamux (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
libp2p-ping (In Progress / Usable) https://github.com/NethermindEth/dotnet-libp2p
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.