This project is no longer being maintained. Per our original engagement with the developer behind this project, @rBurgett, we are open sourcing the project for the Pocket Network community under the MIT License.
- Install Node.js
- Install yarn package manager:
npm install -g yarn
- Clone repo:
git clone https://github.com/pokt-foundation/dl-wallet.git
- Enter directory:
cd dl-wallet
- Install dependencies:
yarn
- Start development server:
yarn start
- Start electron application:
yarn run start-app
Set environment variable CI
to true
and run yarn run test-all
docker build -t pocket-wallet-build-win -f Dockerfile-build-win .
docker run --rm -ti -v [path to local output directory]:/pocket-wallet/build-native pocket-wallet-build-win
docker build -t pocket-wallet-build-mac -f Dockerfile-build-mac .
docker run --rm -ti -v [path to local output directory]:/pocket-wallet/build-native pocket-wallet-build-mac
docker build -t pocket-wallet-build-linux -f Dockerfile-build-linux .
docker run --rm -ti -v [path to local output directory]:/pocket-wallet/build-native pocket-wallet-build-linux