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

https://github.com/planetarium/voyager

Von voyage to libplanet's network
https://github.com/planetarium/voyager

Last synced: about 2 months ago
JSON representation

Von voyage to libplanet's network

Awesome Lists containing this project

README

        

# Voyager

Voyager is a tool for Libplanet.Net.

# Usage
```
dotnet run --project .\Voyager.CLI -- --help
Usage: Voyager.CLI [--config-path ] [--peer-infos-config-path ] [--help] [--version]

Voyager.CLI

Options:
--config-path (Required)
--peer-infos-config-path (Required)
-h, --help Show help message
--version Show version
```

# Config
## TransportConfig
```json
{
"AppProtocolVersion": "",
"TrustedAppProtocolVersionSigners": "",
"IceServers": ""
}
```

## PeerInfosConfig
```json
{
"BoundPeers": ""
}
```