You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Wiki for more in-depth information.](https://github.com/planetarium/9c-launcher/wiki)
15
+
16
+
</div>
5
17
6
18
## Overview
7
19
8
-
Electron-based multi-platform game launcher to run [Nine Chronicles.](https://github.com/planetarium/NineChronicles)
20
+
9c-launcher is a game launcher to run [Nine Chronicles](https://github.com/planetarium/NineChronicles), with embedded private key management & NCG wallet capabilities.
21
+
The launcher is written in Typescript, and uses GraphQL, Electron, React.
22
+
23
+
## Features
24
+
- Game execution and update, with multiple release channel support.
25
+
- Automatically selects optimized RPC server for user's network
26
+
- Private key creation, import from QR code or raw secp256k1 key, encrypt using [Web3 Secret Storage](https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/) specs.
27
+
-[NCG](https://gold.nine-chronicles.com/) wallet: Send NCG to other addresses or swap to WNCG.
28
+
- Supports Windows, macOS, Linux.
9
29
10
-
## Installation
30
+
## Setup
31
+
> **Note**
32
+
> The repository is under refactor process, v2 changes will be still migrated, but if you want to participate in new version, but if you want to participate ongoing refactoring check out [v3/dev](https://github.com/planetarium/9c-launcher/tree/v3/dev) and related branches.
11
33
12
34
First, install all dependencies required for development.
0 commit comments