noosphere-ns 0.6.1

A P2P name system for Noosphere
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
![API Stability: Alpha](https://img.shields.io/badge/API%20Stability-Alpha-red)

# noosphere-ns

Noosphere's P2P name system.

## Running nodes in Noosphere Name System

The Noosphere Name System (`orb-ns`) binary target is an executable that runs one or many bootstrap
nodes, based on configuration.

```
cargo run --bin orb-ns -- run --key my-key-name --port 6666
```