🚧 Still in development. No Guarantees or Warranties. Use at own risk! 🚧
Dogecoin Core Wallet Client based on React and Electron to enable an easy and modern UI for the Core Wallet.
- Win:
%APPDATA%\dogecoin-wallet - Linux:
$XDG_CONFIG_HOME/dogecoin-walletor~/.config/dogecoin-wallet - Mac:
~/Library/Application Support/dogecoin-wallet
The config file config.json is located in the application data directory.
| Name | Arguments | Default | Description |
|---|---|---|---|
| windowBounds | width, height | width: 600, height: 400 | Width and height of the application's window |
| rpc | mtls, host, port | mtls: false, host: "localhost", port: 22555 | RPC parameter to connect to the Core Wallet |
Note: If
mtlsis set totrueyou need to provideclient.crt,ca.crtandclient.keyin the application data directory
- Run
npm install - Run
npm run devto start the development server