A lightweight, self-sovereign wallet for the Celo network. Manage small accounts on the web or large ones on your desktop..
Note: This wallet is not currently under active development. Only security updates will be released.
The desktop downloads for Mac, Windows, and Linux are hosted here in the releases page.
See the FAQ for more details about common questions.
This wallet uses Subresource Integrity. Current bundle hashes:
- Main bundle:
bundle.js -> sha256-v/Rkf4VVEvg5cndMLa6JgJ5sdU3sDxWTHcUufGMY1wM=
- Optional Ledger bundle:
bundle-ledger.js -> sha256-j/vU1rJduVEaZ025hrnmD1eVuD2NZanPuEDGGoeI7L8=
Advanced users can verify the source integrity by comparing the hashes in their page source to these values.
First install dependencies:
yarn install
To create and run a development build in a browser (recommended for development):
yarn dev
To build for electron and run in a desktop app:
yarn electron:dev
For small contributions such as bug fixes or style tweaks, please open a Pull Request.
This project is MIT Licensed.