celo-web-wallet
celo-web-wallet copied to clipboard
Othello: A lightweight, self-sovereign wallet for the Celo network. Runs on the web and on desktop.
Othello Wallet
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.
Desktop Downloads
The desktop downloads for Mac, Windows, and Linux are hosted here in the releases page.
Frequently Asked Questions
See the FAQ for more details about common questions.
Bundle integrity hashes
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.
Building and running locally
First install dependencies:
yarn install
Running in a browser
To create and run a development build in a browser (recommended for development):
yarn dev
Running in Electron
To build for electron and run in a desktop app:
yarn electron:dev
Contributing
For small contributions such as bug fixes or style tweaks, please open a Pull Request.
License
This project is MIT Licensed.