Skip to content

Commit

Permalink
README headless
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jan 23, 2024
1 parent d9bd3e1 commit 856c376
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ Access via [https://localhost:8080](https://localhost:8080)

While the application is a static serve, you can not load it from the local file system due to CORS restrictions. Due to this, a web server is required. This application is designed to be built with [Trunk](https://trunkrs.dev/) and is served from the `dist/` folder. This is a self-contained client-side application - once the application is loaded, the web server is no longer required.

#### Running Headless

Kaspa NG application binary can be started in 3 ways:
- `kaspa-ng` - starts Kaspa NG in the default desktop mode
- `kaspa-ng --daemon [rusty-kaspa arguments]` - starts Kaspa NG as a Rusty Kaspa p2p node daemon
- `kaspa-ng --cli` - starts Kaspa NG as a Rusty Kaspa CLI wallet

If you need access to the wallet in a headless environment, you can start Kaspa NG in daemon mode and then use the CLI wallet to access the wallet.

## License

Licensed under a [PROPRIETARY MIT-style Open Source LICENSE](LICENSE) with the following restrictions:
Expand Down

0 comments on commit 856c376

Please sign in to comment.