Socket
Book a DemoInstallSign in
Socket

github.com/bdware/go-libp2p-kad-dht

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/bdware/go-libp2p-kad-dht

Source
Go
Version
v0.20.1
Version published
Created
Source

go-libp2p-kad-dht

Go Reference Build Status

A Go implementation of libp2p Kademlia DHT specification

Table of Contents

Install

go get github.com/daotl/go-libp2p-kad-dht

Add this to go.mod, so other libp2p modules will also use this fork:

replace github.com/libp2p/go-libp2p-kad-dht => github.com/daotl/go-libp2p-kad-dht {{KAD_DHT_VERSION}}

Usage

Go to https://pkg.go.dev/github.com/daotl/go-libp2p-kad-dht.

Contribute

Contributions welcome. Please check out the issues.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT

Copyright for the modified portions of this fork are held by [DAOT Labs, 2020]. All other portions of this fork are held by [Protocol Labs Inc., 2016] as part of the original go-libp2p-kbucket project. All right reserved.

FAQs

Package last updated on 13 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts