A lightweight, self-sovereign wallet for the Celo network. Manage small accounts on the web or large ones on your desktop. Fully compatible with Ledger hardware.
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-LnXrWC+pSsRWsbkgRbMv/X8Lq5A+HYDBCmR3SaysyHg=
- Optional Ledger bundle:
bundle-ledger.js -> sha256-+FX8DwM1uK0jLUQ+1AMyfNJChN5nbPnBqs6lixztF6s=
- Optional WalletConnect v1 bundle:
bundle-walletconnectv1.js -> sha256-drWkNcYufDCGAFcjfOsETtWH8H1ODgV4fEcd1ktfA2o=
- Optional WalletConnect v2 bundle:
bundle-walletconnectv2.js -> sha256-FijbSmdr+Dyizc5+HDlB8vI6tLPxyYhiHI36dCYmOCI=
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. For new features, please create an issue to start a discussion on Discord.
This project is MIT Licensed.