Ecosyste.ms: Awesome

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

https://github.com/rozap/exkad

kademlia
https://github.com/rozap/exkad

Last synced: about 2 months ago
JSON representation

kademlia

Lists

README

        

# Exkad

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `exkad` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:exkad, "~> 0.1.0"}]
end
```

2. Ensure `exkad` is started before your application:

```elixir
def application do
[applications: [:exkad]]
end
```