Galleon is wallet software for the Tezos platform.
This repo is the successor to https://github.com/Cryptonomic/T2/.
Simply click on the latest release on Github and download the appropriate installer for your operating system.
To build, run either:
npm run build
or:
npm run build:dev
To run locally, run:
npm run start
To package and deploy, please see the instructions on the Electron Builder page.