Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 685 Bytes

File metadata and controls

26 lines (13 loc) · 685 Bytes

Tezos Wallet

A wallet for the Tezos blockchain based on Conseil and ConseilJS.

Build Status

Warning

This codebase is under active deployment and not yet ready for production use. Please do not use it in a live envrionment yet!

Development

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