https://github.com/libp2p/cs-libp2p-peer
LibP2P Peer
https://github.com/libp2p/cs-libp2p-peer
Last synced: 9 months ago
JSON representation
LibP2P Peer
- Host: GitHub
- URL: https://github.com/libp2p/cs-libp2p-peer
- Owner: libp2p
- License: mit
- Created: 2016-12-30T13:13:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T08:40:02.000Z (about 1 year ago)
- Last Synced: 2025-08-01T08:03:23.904Z (11 months ago)
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 19
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibP2P.Peer (cs-libp2p-peer)
[](https://travis-ci.org/libp2p/cs-libp2p-peer)
[](https://ci.appveyor.com/project/tabrath/cs-libp2p-peer)
[](https://www.nuget.org/packages/LibP2P.Peer)
[](https://www.nuget.org/packages/LibP2P.Peer)
[](https://codecov.io/gh/libp2p/cs-libp2p-peer)
[](https://libraries.io/github/libp2p/cs-libp2p-peer)
> Implementation/port of [libp2p/go-libp2p-peer](https://github.com/libp2p/go-libp2p-peer) in C# .NET Standard 1.6 compliant.
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)
## Install
PM> Install-Package LibP2P.Peer
--
dotnet add package LibP2P.Peer
## Usage
TODO
## Maintainers
Captain: [@tabrath](https://github.com/tabrath).
## Contribute
Contributions welcome. Please check out [the issues](https://github.com/libp2p/cs-libp2p-crypto/issues).
## License
[MIT](LICENSE) © 2017 Trond Bråthen