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
- Host: GitHub
- URL: https://github.com/planetarium/voyager
- Owner: planetarium
- Created: 2022-11-15T16:11:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T17:05:04.000Z (over 2 years ago)
- Last Synced: 2025-01-21T03:11:19.348Z (3 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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": ""
}
```