PolkaKey is build with Polkadot.JS and Electron.
Runs on Mac OS, Windows and Linux.
See https://github.com/w3finance/PolkaKey/releases. You will find the binaries there.
To clone and run this repo you'll need Node.js and Yarn installed on your computer.
In the project directory, you can run:
yarn devRuns the app in the development mode.
yarn testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
yarn distPack the app for production to the dist folder.
See the section about electron-builder for more information.