The Dipperin-Wallet is the offical wallet of the Dipperin blockchain.
According to your platform, select the wallet of the corresponding platform on the release page, install it or run it directly.
The data folder for Mist depends on your operating system:
- Windows
%APPDATA%\dipperin_wallet_${env}
- macOS
~/Library/Application\ Support/dipperin_wallet_${env}
- Linux
~/.config/dipperin_wallet_${env}
- Node.js v8.x
- Yarn
- Docker (optional)
git clone https://github.com/caiqingfeng/dipperin-wallet.git
cd dipperin-wallet
yarn
yarn watch:main
yarn electron
yarn dev
Our build system relies on webpack and electron-builder.
You can simply run the following command to get an unpackaged wallet.
yarn build
Or you want an already packaged wallet that corresponds to the platform of your choice.
yarn release:${platform} // win, mac, linux, all
Running unit test
yarn test
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to this project.