A wallet for the Tezos blockchain based on Conseil and ConseilJS.
This codebase is under active deployment and not yet ready for production use. Please do not use it in a live envrionment yet!
The wallet is built on React and Electron
To install all dependencies:
yarn
To run during development:
npm run dev
To package for deployment:
npm run package-all