NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Add protocols, tests, example #1

Closed flcl42 closed 1 year ago

flcl42 commented 1 year ago

This is a work-in-progress optimistic implementation of a small subset of protocols needed to work in a libp2p network. It includes:

There are some unit tests and an example.

This draft is a request for comments about the architecture, testing, and the project and its documentation structure.