mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-20 04:26:25 +00:00
41 lines
863 B
Markdown
41 lines
863 B
Markdown
---
|
|
title: Dash Core
|
|
homepage: https://github.com/dashpay/dash
|
|
tagline: |
|
|
foobar: An example that doesn't exist.
|
|
---
|
|
|
|
To update or switch versions, run `webi dashcore@stable` (or `@v0.17`, `@beta`,
|
|
etc).
|
|
|
|
### Files
|
|
|
|
These are the files / directories that are created and/or modified with this
|
|
install:
|
|
|
|
```txt
|
|
~/.config/envman/PATH.env
|
|
~/.local/bin/
|
|
~/.local/opt/dashcore/
|
|
~/Library/Saved Application State/org.dash.Dash-Qt.savedState
|
|
~/Library//Preferences/org.dash.Dash-Qt.plist
|
|
```
|
|
|
|
## Cheat Sheet
|
|
|
|
> _Dash Core_ is a suite of tools for _Dash_, the international digital
|
|
> currency.
|
|
|
|
The tools include:
|
|
|
|
- `dash-qt` the _Desktop Wallet_ for sending and receiving payments
|
|
- `dash-cli` the _Command Line Wallet_
|
|
- [`dashd`](/dashd) the ledger and transaction service
|
|
- `dash-tx` the transaction debugger
|
|
|
|
To open the Dash Desktop Wallet:
|
|
|
|
```bash
|
|
dash-qt
|
|
```
|