Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/everx-labs/ever-dht

DHT protocol implementation in Rust
https://github.com/everx-labs/ever-dht

blockchain everscale rust venom-blockchain venom-developer-program venom-network

Last synced: about 1 month ago
JSON representation

DHT protocol implementation in Rust

Awesome Lists containing this project

README

        

# WARNING! This repository is obsolete

DHT protocol implementation was merged into the repository https://github.com/tonlabs/ever-adnl.git

# DHT

DHT protocol implementation

## Table of Contents

- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## About

Implementation of Distributed Hash Table (DHT) Protocol in safe Rust. DHT protocol essentially manages the distributed key-value database, where each member of the network can store something, for example, information about themselves.

## Getting Started

### Prerequisites

Rust complier v1.65+.

### Installing

```
git clone --recurse-submodules https://github.com/tonlabs/ever-dht.git
cd ever-dht
cargo build --release
```

## Usage

This project output is the library which is used as a part of Everscale/Venom node. Also it can be used in standalone tools.

## Contributing

Contribution to the project is expected to be done via pull requests submission.

## License

See the [LICENSE](LICENSE) file for details.

## Tags

`blockchain` `everscale` `rust` `venom-blockchain` `venom-developer-program` `venom-network`