To run PLIAN Wallet in development you need:
Now you're ready to initialize PLIAN Wallet for development:
$ git clone https://github.com/pchain-org/wallet.git
$ cd wallet
$ yarn
$ yarn build:mac #mac
$ yarn build:win #windows$ yarn startTo build binaries for specific platforms, use the following flags:
$ yarn packager:mac #mac
$ yarn packager:win #windowsThe data folder for Pchain wallet depends on your operating system:
- Windows
%APPDATA%\piwallet - macOS
~/Library/Application\ Support/piwallet