🚧 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-wallet
or~/.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
mtls
is set totrue
you need to provideclient.crt
,ca.crt
andclient.key
in the application data directory
- Run
npm install
- Run
npm run dev
to start the development server